You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
520 B
36 lines
520 B
body {
|
|
font-size: 14px;
|
|
background: #efefef;
|
|
}
|
|
|
|
a {
|
|
&:hover {
|
|
text-decoration: unset;
|
|
}
|
|
}
|
|
|
|
textarea.danger, input.danger {
|
|
border-color: #dc3545!important;
|
|
}
|
|
|
|
label.error {
|
|
color: #dc3545!important;
|
|
}
|
|
|
|
input.form-control {
|
|
font-size: 14px;
|
|
}
|
|
.input-group-prepend {
|
|
.input-group-text {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.font-12 { font-size: 12px !important; }
|
|
.font-14 { font-size: 14px !important; }
|
|
.font-16 { font-size: 16px !important; }
|
|
.font-18 { font-size: 18px !important; } |