mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
ui: Re-adds gray backgrounds to old style %pills (#8251)
This commit is contained in:
parent
490ee77535
commit
22e4e0ac12
@ -8,7 +8,7 @@
|
|||||||
@extend %with-tooltip;
|
@extend %with-tooltip;
|
||||||
}
|
}
|
||||||
%route-card > header ul li {
|
%route-card > header ul li {
|
||||||
@extend %pill;
|
@extend %pill, %frame-gray-900;
|
||||||
}
|
}
|
||||||
%discovery-chain-tween {
|
%discovery-chain-tween {
|
||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
td strong {
|
td strong {
|
||||||
@extend %pill;
|
@extend %pill, %frame-gray-900;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user