commit 17/10/2025
TODO lanjutin menu Timer Modal
This commit is contained in:
@@ -104,7 +104,7 @@ body {
|
||||
}
|
||||
|
||||
.btn-login {
|
||||
border-radius: 20px;
|
||||
border-radius: 8px;
|
||||
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
|
||||
--bs-btn-hover-bg: #5780f2;
|
||||
background-color: #5278e1;
|
||||
@@ -277,3 +277,44 @@ table {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.p-login {
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0;
|
||||
color: #3E4C66;
|
||||
}
|
||||
|
||||
.h-login {
|
||||
font-weight: 600;
|
||||
color: #2E3A59;
|
||||
}
|
||||
|
||||
#file-input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-setting {
|
||||
border-radius: 8px;
|
||||
border: white solid 3px;
|
||||
}
|
||||
|
||||
#drop-area {
|
||||
border: 2px dashed #ccc;
|
||||
border-radius: 20px;
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: sans-serif;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
transition: background 0.2s, border-color 0.2s;
|
||||
}
|
||||
|
||||
#drop-area.highlight {
|
||||
background: #f0f8ff;
|
||||
border-color: #0d6efd;
|
||||
color: #0d6efd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user