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

62 lines
938 B
CSS

.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;
}
.right_footer {
text-align: right;
font-weight: bold;
font-size: 125%;
color: DarkRed;
}
.lbl_partner {
font-weight: bold;
font-size: 125%;
}
.delete {
text-align: center;
font-weight: bold;
font-size: 250%;
color: red;
}
.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;
font-size: 1vw;
color: white;
}