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