mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-05 13:45:57 +00:00
frontend/backend update
This commit is contained in:
Vendored
+23
-3
@@ -28,18 +28,36 @@
|
||||
|
||||
#page-content {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 50px;
|
||||
|
||||
&.full-width {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
&.medium-width {
|
||||
max-width: 1024px;
|
||||
max-width: 920px;
|
||||
}
|
||||
|
||||
&.large-width {
|
||||
max-width: 1190px;
|
||||
}
|
||||
|
||||
&.small-width {
|
||||
max-width: 690px;
|
||||
}
|
||||
|
||||
&.center-page {
|
||||
height: 100%;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 0;
|
||||
display: grid;
|
||||
width: 100%;
|
||||
|
||||
.content-page {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,8 +66,9 @@
|
||||
}
|
||||
|
||||
.form-group-label {
|
||||
@include font-size(17);
|
||||
font-weight: 500;
|
||||
@include font-size(18);
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.3px;
|
||||
margin-bottom: 25px;
|
||||
display: block;
|
||||
}
|
||||
@@ -249,6 +268,7 @@
|
||||
.cell-item {
|
||||
white-space: nowrap;
|
||||
color: $text;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user