mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
settings page refactor
This commit is contained in:
20
resources/sass/vuefilemanager/_forms.scss
vendored
20
resources/sass/vuefilemanager/_forms.scss
vendored
@@ -121,16 +121,16 @@ input[type="password"],
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="email"] {
|
||||
border: 1px solid transparent;
|
||||
@include transition(150ms);
|
||||
@include font-size(16);
|
||||
border-radius: 8px;
|
||||
padding: 13px 20px;
|
||||
appearance: none;
|
||||
font-weight: 700;
|
||||
outline: 0;
|
||||
width: 100%;
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
|
||||
//border: 1px solid transparent;
|
||||
//@include transition(150ms);
|
||||
//@include font-size(16);
|
||||
//border-radius: 8px;
|
||||
//padding: 13px 20px;
|
||||
//appearance: none;
|
||||
//font-weight: 700;
|
||||
//outline: 0;
|
||||
//width: 100%;
|
||||
//box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
|
||||
//background: hsla(210, 10%, 98%, 1);
|
||||
|
||||
&.is-error {
|
||||
|
||||
Reference in New Issue
Block a user