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 {
|
.table {
|
||||||
display: table;
|
display: table;
|
||||||
|
color: hsl(198,19%,72%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-fluid {
|
.table-fluid {
|
||||||
|
@ -5313,6 +5314,10 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu .badge {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown.dropdown--actions {
|
.dropdown.dropdown--actions {
|
||||||
li {
|
li {
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
|
|
Loading…
Reference in a new issue