mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
invitation page implementation
This commit is contained in:
15
resources/sass/vuefilemanager/_auth.scss
vendored
15
resources/sass/vuefilemanager/_auth.scss
vendored
@@ -56,27 +56,12 @@
|
||||
|
||||
.auth-form {
|
||||
width: 100%;
|
||||
|
||||
h1 {
|
||||
@include font-size(30);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include font-size(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 490px) {
|
||||
|
||||
.auth-form {
|
||||
h1 {
|
||||
@include font-size(22);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include font-size(18);
|
||||
}
|
||||
|
||||
input {
|
||||
min-width: initial;
|
||||
|
||||
Reference in New Issue
Block a user