🎨
This commit is contained in:
parent
375336e42e
commit
85da2f9255
2 changed files with 8 additions and 2 deletions
|
@ -234,7 +234,7 @@
|
|||
font-size 1.2em
|
||||
|
||||
> button
|
||||
margin 0 28px 0 0
|
||||
margin 0
|
||||
padding 8px
|
||||
background transparent
|
||||
border none
|
||||
|
@ -243,6 +243,9 @@
|
|||
color #ddd
|
||||
cursor pointer
|
||||
|
||||
&:not(:last-child)
|
||||
margin-right 28px
|
||||
|
||||
&:hover
|
||||
color #666
|
||||
|
||||
|
|
|
@ -434,7 +434,7 @@
|
|||
|
||||
> footer
|
||||
> button
|
||||
margin 0 28px 0 0
|
||||
margin 0
|
||||
padding 8px
|
||||
background transparent
|
||||
border none
|
||||
|
@ -443,6 +443,9 @@
|
|||
color #ddd
|
||||
cursor pointer
|
||||
|
||||
&:not(:last-child)
|
||||
margin-right 28px
|
||||
|
||||
&:hover
|
||||
color #666
|
||||
|
||||
|
|
Loading…
Reference in a new issue