addded new folder icon

This commit is contained in:
Čarodej
2021-09-22 17:58:10 +02:00
parent f715cd897f
commit d40108f6a9
13 changed files with 189 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
// Fonts
@import '/resources/sass/vuefilemanager/_variables';
@import '/resources/sass/vuefilemanager/_mixins';
@import '/resources/sass/vuefilemanager/_vuewind';
#viewport {
display: flex;

View File

@@ -20,4 +20,9 @@
.top-80 {
top: 80px;
}
.m-center {
margin-left: auto;
margin-right: auto;
}