mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
28 lines
437 B
Sass
28 lines
437 B
Sass
|
div#shoutbox
|
||
|
width: 150px
|
||
|
padding: 2px
|
||
|
margin: 2px
|
||
|
overflow-y: hidden
|
||
|
overflow-x: hidden
|
||
|
|
||
|
input
|
||
|
&#shoutbox_text
|
||
|
width: 150px
|
||
|
&.counter
|
||
|
width: 25px !important
|
||
|
border: 0
|
||
|
background: transparent
|
||
|
|
||
|
div
|
||
|
&.shoutmsgBox
|
||
|
height: 100px
|
||
|
overflow-y: scroll
|
||
|
&.shoutmsg
|
||
|
display: block
|
||
|
padding-left: 5px
|
||
|
font-size: 90%
|
||
|
text-indent: -5px
|
||
|
|
||
|
a
|
||
|
&.shoutmsgDel, &[data-method="delete"]
|
||
|
color: red
|