empresa-libre/source/static/css/app.css

70 lines
1.1 KiB
CSS
Raw Normal View History

2017-06-27 15:43:02 -05:00
.login_header {
text-align: center;
font-weight: bold;
font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
}
.cmd_edit_parter {
max-width: 32px,
padding-left: 5px;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
2017-10-04 23:22:05 -05:00
.right_footer {
text-align: right;
font-weight: bold;
font-size: 125%;
color: DarkRed;
}
2017-06-27 15:43:02 -05:00
2017-10-05 12:16:20 -05:00
.lbl_partner {
font-weight: bold;
font-size: 125%;
}
2017-10-05 15:33:25 -05:00
.delete {
text-align: center;
font-weight: bold;
font-size: 250%;
color: red;
}
2017-06-27 15:43:02 -05:00
.cmd_close_partner div button {
background-color: red !important;
border-color: red !important;
border-bottom: 1px solid red !important;
}
/*
.webix_message_area {
position: absolute;
margin-top: 25%;
left: 50%;
transform: translate(-50%, -50%);
width: 40%;
}
*/
.webix_success div {
background-color: #00a65a !important;
2017-11-25 20:26:15 -06:00
font-weight: bold;
font-size: 1.5vw;
color: white;
}
.webix_error div {
background-color: #DF0101 !important;
font-weight: bold;
font-size: 1.5vw;
2017-06-27 15:43:02 -05:00
color: white;
}