You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/file/file-multiview/file-grid/file-grid.component.scss

36 lines
505 B
SCSS

@import "src/colors";
app-file-card {
height: 250px;
width: 100%;
margin: 5px;
}
.empty-grid-entry {
width: 100%;
height: 250px;
margin: 5px;
display: block;
}
.file-scroll {
height: 100%;
width: 100%;
overflow-x: hidden;
}
.file-grid-inner {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
background: $background-darker-05;
}
.file-row {
display: flex;
flex-direction: row;
width: 100%;
overflow-x: hidden;
}