fix broadcast display
This commit is contained in:
parent
cbd0c46e37
commit
1cfb9d37be
|
@ -46,7 +46,7 @@
|
||||||
font-size: .9em
|
font-size: .9em
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
a:not(.icon-close)
|
a:not(.icon-close)
|
||||||
display: block
|
|
||||||
line-height: 1.45
|
line-height: 1.45
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
@ -57,14 +57,15 @@
|
||||||
height: auto
|
height: auto
|
||||||
|
|
||||||
.icon-close
|
.icon-close
|
||||||
@extend %icon-line-failed
|
@extend %icon-line-cross
|
||||||
position: absolute
|
position: absolute
|
||||||
bottom: 0
|
bottom: 0
|
||||||
right: 0
|
right: 0
|
||||||
display: inline-block
|
display: inline-block
|
||||||
width: 1.2em
|
width: 1em
|
||||||
height: 1.2em
|
height: 1em
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -72,7 +73,7 @@
|
||||||
left: 145px
|
left: 145px
|
||||||
width: 27em
|
width: 27em
|
||||||
height: auto
|
height: auto
|
||||||
margin-left: -0.7em
|
margin-left: -0.4em
|
||||||
.centered &
|
.centered &
|
||||||
left: 133px
|
left: 133px
|
||||||
&:after
|
&:after
|
||||||
|
|
Loading…
Reference in New Issue
Block a user