fix(style): padding of language buttons
This commit is contained in:
parent
38f69c3aed
commit
e704b23a53
@ -246,7 +246,6 @@ button:not(.btn-link),
|
|||||||
box-shadow: 0
|
box-shadow: 0
|
||||||
background-color: var(--color-dark)
|
background-color: var(--color-dark)
|
||||||
color: white
|
color: white
|
||||||
padding: 10px 17px
|
|
||||||
min-width: 100px
|
min-width: 100px
|
||||||
transition: all .1s
|
transition: all .1s
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
@ -254,6 +253,9 @@ button:not(.btn-link),
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
&:not(.navbar__container-link)
|
||||||
|
padding: 10px 17px
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user