Merge pull request #2656 from bechi/layout-details-13
Layout details 13
This commit is contained in:
commit
d66c9f2ece
4 changed files with 31 additions and 22 deletions
|
|
@ -470,6 +470,11 @@ input[type=number]::-webkit-outer-spin-button {
|
|||
padding: 0.3rem 0.4rem;
|
||||
}
|
||||
|
||||
.label.outline {
|
||||
background: transparent;
|
||||
border: 1px solid #4B6178;
|
||||
}
|
||||
|
||||
.label.success {background-color: #1ABC9C;}
|
||||
.label.alert {background-color: #ED4A43;}
|
||||
.label.gray {background-color: #4B6178;}
|
||||
|
|
@ -545,6 +550,7 @@ label {
|
|||
font-weight: 700;
|
||||
font-size: 11px;
|
||||
color: #34495E;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
button.radius, .button.radius {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue