mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
frontend update
This commit is contained in:
Vendored
+9
@@ -70,6 +70,11 @@
|
||||
border-bottom: 2px solid $light_mode_border;
|
||||
margin-bottom: 30px;
|
||||
overflow-x: auto;
|
||||
z-index: 9;
|
||||
|
||||
position: sticky;
|
||||
top: 30px;
|
||||
background: white;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -241,6 +246,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cell-item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
+19
-5
@@ -36,9 +36,9 @@
|
||||
margin-bottom: 20px;
|
||||
|
||||
label {
|
||||
@include font-size(12);
|
||||
color: #AFAFAF;
|
||||
font-weight: 700;
|
||||
@include font-size(14);
|
||||
color: $text-muted;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -52,6 +52,20 @@
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.input-help {
|
||||
@include font-size(12);
|
||||
color: $text-muted;
|
||||
line-height: 1.35;
|
||||
padding-top: 10px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.error-message {
|
||||
@@ -73,11 +87,11 @@ input[type="number"],
|
||||
input[type="email"] {
|
||||
border: 1px solid #ebebeb;
|
||||
@include transition(150ms);
|
||||
@include font-size(15);
|
||||
@include font-size(14);
|
||||
border-radius: 8px;
|
||||
padding: 13px 20px;
|
||||
appearance: none;
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
outline: 0;
|
||||
width: 100%;
|
||||
background: $light_mode_input_background;
|
||||
|
||||
Reference in New Issue
Block a user