increate table text contrast, add dropdown menu badge spacing
This commit is contained in:
parent
c2459ed72d
commit
4e39e22512
1 changed files with 5 additions and 0 deletions
|
@ -696,6 +696,7 @@ table {
|
|||
|
||||
.table {
|
||||
display: table;
|
||||
color: hsl(198,19%,72%);
|
||||
}
|
||||
|
||||
.table-fluid {
|
||||
|
@ -5313,6 +5314,10 @@ footer {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.dropdown-menu .badge {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.dropdown.dropdown--actions {
|
||||
li {
|
||||
line-height: initial;
|
||||
|
|
Loading…
Reference in a new issue