mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- code review
- frontend build
This commit is contained in:
2
resources/sass/app.scss
vendored
2
resources/sass/app.scss
vendored
@@ -209,6 +209,8 @@
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
color: $text;
|
||||
line-height: 1;
|
||||
padding-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
4
resources/sass/vue-file-manager/_mixins.scss
vendored
4
resources/sass/vue-file-manager/_mixins.scss
vendored
@@ -27,8 +27,8 @@
|
||||
@mixin widget-card {
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 5px 10px -6px rgba(26, 36, 55, 0.15);
|
||||
background: white;
|
||||
//box-shadow: 0 5px 10px -6px rgba(26, 36, 55, 0.15);
|
||||
background: $light_background;
|
||||
}
|
||||
|
||||
@mixin blurred-image {
|
||||
|
||||
Reference in New Issue
Block a user