|
@@ -1,4 +1,4 @@ |
|
|
:root{--bg:#f8fafb;--gray-300:#dee2e6;--gray-500:#adb5bd;--success-900:#009688}
|
|
|
|
|
|
|
|
|
:root{--bg:#f8fafb;--gray-300:#dee2e6;--gray-500:#adb5bd;--blue-300:#80bdff;--success-800:#009688}
|
|
|
::-webkit-scrollbar{width:8px;height:10px}
|
|
|
::-webkit-scrollbar{width:8px;height:10px}
|
|
|
::-webkit-scrollbar-track{background:var(--bg)}
|
|
|
::-webkit-scrollbar-track{background:var(--bg)}
|
|
|
::-webkit-scrollbar-thumb{background:var(--gray-300)}
|
|
|
::-webkit-scrollbar-thumb{background:var(--gray-300)}
|
|
@@ -22,9 +22,9 @@ input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem |
|
|
input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle}
|
|
|
input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle}
|
|
|
select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
select[multiple=yes]{height:180px}
|
|
|
select[multiple=yes]{height:180px}
|
|
|
option{display:flex;padding:0;height:30px;align-items:center}
|
|
|
|
|
|
|
|
|
option{padding:0;height:30px}
|
|
|
textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0}
|
|
|
|
|
|
|
|
|
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0}
|
|
|
.install-box{margin:0 auto;width:800px}
|
|
|
.install-box{margin:0 auto;width:800px}
|
|
|
.install-box .card-header,.install-box .card-body{padding:1.25rem}
|
|
|
.install-box .card-header,.install-box .card-body{padding:1.25rem}
|
|
|
.install-box h2,.install-box legend{margin:0;line-height:1.2;font-size:18px;font-weight:600;color:var(--gray-dark)}
|
|
|
.install-box h2,.install-box legend{margin:0;line-height:1.2;font-size:18px;font-weight:600;color:var(--gray-dark)}
|
|
@@ -36,7 +36,7 @@ input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white |
|
|
.login-from{margin:5rem auto;width:500px}
|
|
|
.login-from{margin:5rem auto;width:500px}
|
|
|
.login-box{padding:1.25rem;background:var(--white)}
|
|
|
.login-box{padding:1.25rem;background:var(--white)}
|
|
|
.login-box h2{margin:0;line-height:1.2;font-size:24px;font-weight:600;color:var(--gray-dark)}
|
|
|
.login-box h2{margin:0;line-height:1.2;font-size:24px;font-weight:600;color:var(--gray-dark)}
|
|
|
.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(45deg,var(--green),var(--success-900) 100%)}
|
|
|
|
|
|
|
|
|
.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(45deg,var(--green),var(--success-800) 100%)}
|
|
|
.admin-head .logo{float:left;padding-left:1.5rem;width:220px}
|
|
|
.admin-head .logo{float:left;padding-left:1.5rem;width:220px}
|
|
|
.admin-head .logo .name{font-size:18px;font-weight:600;color:var(--white);vertical-align:middle}
|
|
|
.admin-head .logo .name{font-size:18px;font-weight:600;color:var(--white);vertical-align:middle}
|
|
|
.admin-head .logo .version{font-size:12px;color:var(--white);vertical-align:top}
|
|
|
.admin-head .logo .version{font-size:12px;color:var(--white);vertical-align:top}
|
|
|