55 lines
No EOL
783 B
CSS
55 lines
No EOL
783 B
CSS
/* template add-ons */
|
|
|
|
label.has-danger,
|
|
.form-control-feedback.has-danger,
|
|
span.has-danger,
|
|
.nav-link.has-danger {
|
|
color: #f4516c !important;
|
|
}
|
|
|
|
.form-control-danger,
|
|
.form-control-danger:focus {
|
|
border-color: #f4516c;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.no-border {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.flex-row {
|
|
display: flex;
|
|
flex-flow: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex-row > * + * {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.form-group-inner {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.normal-font {
|
|
font-size: inherit !important;
|
|
font-weight: inherit !important;
|
|
}
|
|
|
|
.block-switch {
|
|
display: block;
|
|
}
|
|
|
|
.switch-label {
|
|
margin: 6px 0 0 8px;
|
|
}
|
|
|
|
@media (min-width: 995px) {
|
|
.modal-lg {
|
|
max-width: 1024px;
|
|
}
|
|
} |