39 lines
No EOL
583 B
CSS
39 lines
No EOL
583 B
CSS
/* template add-ons */
|
|
|
|
label.has-danger,
|
|
.form-control-feedback.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;
|
|
} |