style: Admin-Login-Formular auf 360px Breite begrenzt (#95)
This commit is contained in:
parent
fe7501bd27
commit
117d5c7af0
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@
|
|||
.tab-btn.active { color: #E8D5B0; border-bottom-color: #C1440E; }
|
||||
.tab-content { display: none; }
|
||||
.tab-content.active { display: block; }
|
||||
/* Login */
|
||||
#login-section { max-width: 360px; margin-left: auto; margin-right: auto; }
|
||||
/* Scrollbar styling */
|
||||
::-webkit-scrollbar { width: 10px; }
|
||||
::-webkit-scrollbar-track { background: #1A1815; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue