19 lines
275 B
Stylus
19 lines
275 B
Stylus
|
|
#conformanceCheckFeedback
|
||
|
|
position: absolute
|
||
|
|
right: 10px
|
||
|
|
color: darkorange
|
||
|
|
cursor: pointer
|
||
|
|
background: black
|
||
|
|
|
||
|
|
width: 30%
|
||
|
|
height: 30px
|
||
|
|
overflow: hidden
|
||
|
|
|
||
|
|
p
|
||
|
|
margin: 5px
|
||
|
|
text-align: center
|
||
|
|
|
||
|
|
&:hover
|
||
|
|
overflow: auto
|
||
|
|
height: 200px
|
||
|
|
z-index: 200
|