Files
codeocean/app/assets/stylesheets/request-for-comments.css.scss
2017-06-08 16:02:05 +02:00

20 lines
316 B
SCSS

#commentitor {
margin-top: 2rem;
height: 600px;
background-color:#f9f9f9
}
#thank-you-container {
display: none;
margin-top: 20px;
padding: 5px;
border: solid lightgrey 1px;
background-color: rgba(20, 180, 20, 0.2);
border-radius: 4px;
}
#thank-you-note {
width: 100%;
height: 200px;
}