summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-28 07:36:29 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-28 07:36:29 +0300
commitd9abeb4d9826994545eb269629c137a8e3f4277f (patch)
tree11bb8775bed1e320591a3dd5fa524a6cc4bcbe7d
parent835ed832c9473099aad8b484fe4e23d4a71e8749 (diff)
downloadwebui-vue-d9abeb4d9826994545eb269629c137a8e3f4277f.tar.xz
IBS: Login button width
-rw-r--r--src/env/assets/styles/_ibs.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/env/assets/styles/_ibs.scss b/src/env/assets/styles/_ibs.scss
index a797a481..569a9271 100644
--- a/src/env/assets/styles/_ibs.scss
+++ b/src/env/assets/styles/_ibs.scss
@@ -86,6 +86,18 @@ $navbar-color: $dark;
background-color: transparent !important;
}
+.login-form > .btn-primary {
+ width: 100%;
+ margin-top: $spacer * 2 !important;
+}
+
+@media (max-width: 768px) {
+ .login-brand {
+ margin-top: $spacer;
+ }
+}
+
+
//
// botstrap-vue overrides:
//