frontend/src/app/components/editor/files/files.component.scss

13 lines
204 B
SCSS
Raw Normal View History

2020-02-09 10:37:52 +00:00
div.files-wrapper {
border: 2px solid #8c8c8c;
border-radius: 3px;
margin-top: 15px;
&.not-available {
height: 150px;
text-align: center;
padding-top: 40px;
color: #494949;
}
2020-02-09 10:37:52 +00:00
}