commit
b817a14a65
9 changed files with 248 additions and 34 deletions
|
|
@ -502,6 +502,12 @@ input[type=number]::-webkit-outer-spin-button {
|
|||
border: 1px solid #4B6178;
|
||||
}
|
||||
|
||||
.label.outline.gray {
|
||||
font-size: 90%;
|
||||
background: transparent;
|
||||
border: 1px solid #A9B6C2;
|
||||
}
|
||||
|
||||
.label.success {background-color: #1ABC9C;}
|
||||
.label.alert {background-color: #ED4A43;}
|
||||
.label.gray {background-color: #4B6178;}
|
||||
|
|
@ -1046,6 +1052,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.bg-gray {
|
||||
background-color: #F1F3F5;
|
||||
}
|
||||
|
||||
.bg-circle {
|
||||
background: #253547;
|
||||
border-radius: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue