mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
frontend update
This commit is contained in:
24
resources/sass/vue-file-manager/_forms.scss
vendored
24
resources/sass/vue-file-manager/_forms.scss
vendored
@@ -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