simedkom/public/assets/dashboard/css/custom.css
2025-02-25 15:47:09 +07:00

47 lines
751 B
CSS

.auth-validation-error{
display: block;
color: red;
font-size: 0.7rem;
}
.required-input{
color: red;
font-weight: bolder;
font-size: 0.8rem;
}
.active-page{
color: #3572EF !important;
background-color: #ebeef2 !important;
font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.01em;
text-transform: none;
line-height: 1.25rem;
}
.active-page span{
color: #3572EF !important;
}
#password-strength-status {
margin-top: 5px;
font-size: 12px;
font-weight: bold;
}
.invalid {
color: red;
border-color: red;
}
.valid {
color: green;
border-color: green;
}
input:focus {
outline: none; /* Menghilangkan outline default */
}