34 lines
448 B
SCSS
34 lines
448 B
SCSS
.event_date_form{
|
|
background:rgba(143,193,46,0.9);
|
|
margin:0px -10px 20px -10px;
|
|
padding:10px;
|
|
|
|
color:black;
|
|
text-shadow: 1px 1px 1px white;
|
|
box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.4), inset 0 -8px 8px -8px rgba(0,0,0,0.4);
|
|
|
|
p{
|
|
line-height:35px;
|
|
}
|
|
}
|
|
|
|
|
|
.field_with_suppr{
|
|
display:inline-block;
|
|
position:relative;
|
|
|
|
.suppr{
|
|
|
|
display:block;
|
|
position:absolute;
|
|
top:7px;
|
|
right:5px;
|
|
img{
|
|
cursor:pointer;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|