center question mark in help button
This commit is contained in:
parent
754ac9dab9
commit
bde90dd69f
|
@ -135,17 +135,16 @@ $button-border-color: #d4d4d4
|
||||||
|
|
||||||
.button--help
|
.button--help
|
||||||
position: relative
|
position: relative
|
||||||
top: .3em
|
top: .4em
|
||||||
left: .5em
|
left: .5em
|
||||||
width: 1.5rem
|
width: 1.3rem
|
||||||
height: 1.5rem
|
height: 1.4rem
|
||||||
background: $grey1
|
background: $grey1
|
||||||
border: none
|
border: none
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $teal1
|
background-color: $teal1
|
||||||
.icon--question
|
.icon--question
|
||||||
@extend %absolute-center
|
@extend %absolute-center
|
||||||
width: 0.9em
|
width: 0.6em
|
||||||
transform: translateX(.1em)
|
transform: translateX(0.1em);
|
||||||
background-size: 80% auto
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user