Просмотр исходного кода

Update max-theme-light-login.css

Maxi Zamorano 2 лет назад
Родитель
Сommit
cab684dae2
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      themes/max-theme-light-login.css

+ 5 - 0
themes/max-theme-light-login.css

@@ -593,6 +593,7 @@ strong {
     font-weight: 700;
     background: url(URL_DE_TU_LOGO_AQUI); /* Logo del formulario de acceso */
     background-repeat: no-repeat;
+    background-size: contain;
     text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
@@ -612,6 +613,10 @@ strong {
     border-radius: 15px;
 }
 
+.body-login, .body-reset {
+    background: #f6f6f6 !important;
+}
+
 .button {
     color: #fff;
     background: #0d6efd;