LT-273 Increased thickness of some rounded buttons
This commit is contained in:
parent
610d4f6d4a
commit
530a862d07
@ -16,7 +16,7 @@ $textColorActive = #2D2D2D
|
||||
.roundedButton
|
||||
align-items: center
|
||||
background-color: $uiGrayDark
|
||||
border: 1px $uiBorderColorDark solid
|
||||
border: 2px $uiBorderColorDark solid
|
||||
color: $textSecondaryColor
|
||||
display: flex
|
||||
font-size: 11px
|
||||
|
||||
@ -36,7 +36,7 @@ $height = 20px
|
||||
text-decoration: none
|
||||
outline: none
|
||||
background-color: $uiGrayDark
|
||||
border: 1px $uiBorderColorDark solid
|
||||
border: 2px $uiBorderColorDark solid
|
||||
color: $textSecondaryColor
|
||||
transition: transition($sidebarTransition)
|
||||
border-radius: $height
|
||||
|
||||
Loading…
Reference in New Issue
Block a user