lk.zachem.info/resources/css/app.css
2024-11-25 15:39:54 +03:00

29 lines
644 B
CSS

.bg-primary {
background-color: #e6662a !important;
background-image: linear-gradient(140deg, hsl(19, 79%, 53%) 50%, #ce4711 75%) !important;
color: white;
border-color: #ce4711 !important;
}
.btn-primary {
background-color: #e6662a !important;
color: white;
border-color: #ce4711 !important;
}
/*navpanel*/
#leftPanel .nav-link:hover {
color: #e4e4e4;
background-color: #20184d;
}
#leftPanel .nav-link {
background-color: #e4e4e4;
color: #20184d;
}
input[type="radio"]:checked+label {
background-color: #e6662a !important;
color: white !important;
border-color: #e6662a !important;
}