mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 03:48:58 +00:00
Fix expanded button color (#343)
This commit is contained in:
parent
837e35255b
commit
10e695d7a0
@ -16,13 +16,12 @@
|
|||||||
line-height: 0.92
|
line-height: 0.92
|
||||||
margin-right: .5rem
|
margin-right: .5rem
|
||||||
font-weight: 800
|
font-weight: 800
|
||||||
color: $blue-color
|
color: $main-background-color
|
||||||
background-color: $light-blue-color
|
background-color: $light-blue-color
|
||||||
&.expanded
|
&.expanded
|
||||||
@extend .button
|
@extend .button
|
||||||
line-height: .75rem
|
line-height: .75rem
|
||||||
background-color: $blue-color
|
background-color: $blue-color
|
||||||
color: $main-background-color
|
|
||||||
|
|
||||||
.dataLine
|
.dataLine
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
|
Loading…
Reference in New Issue
Block a user