mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 18:20:38 +00:00
17 lines
358 B
SCSS
Vendored
17 lines
358 B
SCSS
Vendored
// Fonts
|
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;900&display=swap');
|
|
|
|
// Variables
|
|
@import 'vue-file-manager/_variables';
|
|
@import 'vue-file-manager/_mixins';
|
|
//@import 'vue-file-manager/_forms';
|
|
|
|
#application-wrapper {
|
|
display: flex;
|
|
height: 100%;
|
|
|
|
#content {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
} |