wip fixing duration labels on #left
This commit is contained in:
parent
8647880cc7
commit
4035c3c435
|
@ -43,6 +43,15 @@ html, body
|
||||||
background-color: #fbfbfa
|
background-color: #fbfbfa
|
||||||
border-right: 1px solid $color-border-normal
|
border-right: 1px solid $color-border-normal
|
||||||
|
|
||||||
|
.duration_label
|
||||||
|
display: inline-block
|
||||||
|
height: 14px
|
||||||
|
line-height: 16px
|
||||||
|
margin-right: 1px
|
||||||
|
overflow: hidden
|
||||||
|
background: inline-image('ui/clock.svg') no-repeat 0px 3px
|
||||||
|
background-size: contain
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 980px)
|
@media screen and (max-width: 980px)
|
||||||
#left
|
#left
|
||||||
|
@ -75,7 +84,7 @@ html, body
|
||||||
width: 11px
|
width: 11px
|
||||||
height: 14px
|
height: 14px
|
||||||
margin-right: 1px
|
margin-right: 1px
|
||||||
text-indent: -200px
|
text-indent: 10px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
background: inline-image('ui/clock.svg') no-repeat 0px 3px
|
background: inline-image('ui/clock.svg') no-repeat 0px 3px
|
||||||
background-size: contain
|
background-size: contain
|
||||||
|
|
Loading…
Reference in New Issue
Block a user