This commit is contained in:
parent
2d6b20d34b
commit
676f026085
|
@ -167,10 +167,13 @@ export default Vue.extend({
|
||||||
|
|
||||||
> .nav
|
> .nav
|
||||||
> *
|
> *
|
||||||
|
&.active
|
||||||
|
box-shadow -4px 0 var(--primary) inset
|
||||||
|
|
||||||
> *
|
> *
|
||||||
display block
|
display block
|
||||||
width $width
|
width $width
|
||||||
line-height 56px
|
line-height 52px
|
||||||
text-align center
|
text-align center
|
||||||
font-size 18px
|
font-size 18px
|
||||||
color var(--desktopHeaderFg)
|
color var(--desktopHeaderFg)
|
||||||
|
@ -187,12 +190,12 @@ export default Vue.extend({
|
||||||
> .post
|
> .post
|
||||||
width $width
|
width $width
|
||||||
height $width
|
height $width
|
||||||
padding 10px
|
padding 12px
|
||||||
|
|
||||||
> button
|
> button
|
||||||
display inline-block
|
display inline-block
|
||||||
margin 0
|
margin 0
|
||||||
padding 0 10px
|
padding 0
|
||||||
height 100%
|
height 100%
|
||||||
width 100%
|
width 100%
|
||||||
font-size 1.2em
|
font-size 1.2em
|
||||||
|
@ -202,7 +205,7 @@ export default Vue.extend({
|
||||||
background var(--primary) !important
|
background var(--primary) !important
|
||||||
outline none
|
outline none
|
||||||
border none
|
border none
|
||||||
border-radius 4px
|
border-radius 100%
|
||||||
transition background 0.1s ease
|
transition background 0.1s ease
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
|
@ -222,7 +225,7 @@ export default Vue.extend({
|
||||||
left 0
|
left 0
|
||||||
width $width
|
width $width
|
||||||
height $width
|
height $width
|
||||||
padding 12px
|
padding 14px
|
||||||
|
|
||||||
> *
|
> *
|
||||||
display block
|
display block
|
||||||
|
|
Loading…
Reference in New Issue