Skip to content
Snippets Groups Projects
Commit b0152868 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15272 TIME 0:15 fix css

parent 5051e1a4
No related branches found
No related tags found
No related merge requests found
@import '../../../../../css/vars.scss';
.mat-dialog-content {
display: flex;
flex-direction: column;
}
.loader {
display: flex;
height: 100%;
......@@ -16,7 +21,7 @@
}
.dndFile {
height: 30%;
flex: 1;
display: flex;
align-items: center;
margin: 0px;
......
@import '../../../../css/vars.scss';
.mat-dialog-content {
display: flex;
flex-direction: column;
}
.loader {
display: flex;
height: 100%;
......@@ -16,7 +21,7 @@
}
.dndFile {
height: 30%;
flex: 1;
display: flex;
align-items: center;
margin: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment