97 lines
1.7 KiB
CSS
97 lines
1.7 KiB
CSS
:root, [data-bs-theme=light] {
|
|
--bs-primary: #0d6efd;
|
|
--bs-primary-rgb: 13,110,253;
|
|
--bs-primary-text-emphasis: #052C65;
|
|
--bs-primary-bg-subtle: #CFE2FF;
|
|
--bs-primary-border-subtle: #9EC5FE;
|
|
}
|
|
|
|
.btn-primary {
|
|
--bs-btn-color: #fff;
|
|
--bs-btn-bg: #0d6efd;
|
|
--bs-btn-border-color: #0d6efd;
|
|
--bs-btn-hover-color: #fff;
|
|
--bs-btn-hover-bg: #0B5ED7;
|
|
--bs-btn-hover-border-color: #0A58CA;
|
|
--bs-btn-focus-shadow-rgb: 219,233,255;
|
|
--bs-btn-active-color: #fff;
|
|
--bs-btn-active-bg: #0A58CA;
|
|
--bs-btn-active-border-color: #0A53BE;
|
|
--bs-btn-disabled-color: #fff;
|
|
--bs-btn-disabled-bg: #0d6efd;
|
|
--bs-btn-disabled-border-color: #0d6efd;
|
|
}
|
|
|
|
.btn-outline-primary {
|
|
--bs-btn-color: #0d6efd;
|
|
--bs-btn-border-color: #0d6efd;
|
|
--bs-btn-focus-shadow-rgb: 13,110,253;
|
|
--bs-btn-hover-color: #fff;
|
|
--bs-btn-hover-bg: #0d6efd;
|
|
--bs-btn-hover-border-color: #0d6efd;
|
|
--bs-btn-active-color: #fff;
|
|
--bs-btn-active-bg: #0d6efd;
|
|
--bs-btn-active-border-color: #0d6efd;
|
|
--bs-btn-disabled-color: #0d6efd;
|
|
--bs-btn-disabled-bg: transparent;
|
|
--bs-btn-disabled-border-color: #0d6efd;
|
|
}
|
|
|
|
.my-4 {
|
|
margin-top: 1.5rem!important;
|
|
margin-bottom: 1.5rem!important;
|
|
}
|
|
|
|
.mt-0 {
|
|
margin-top: 0!important;
|
|
}
|
|
|
|
.mt-3 {
|
|
margin-top: 1rem!important;
|
|
}
|
|
|
|
.me-1 {
|
|
margin-right: .25rem!important;
|
|
}
|
|
|
|
.me-2 {
|
|
margin-right: .5rem!important;
|
|
}
|
|
|
|
.mb-3 {
|
|
margin-bottom: 1rem!important;
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: 1.5rem!important;
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: 3rem!important;
|
|
}
|
|
|
|
.mb-7 {
|
|
margin-bottom: 6rem !important;
|
|
}
|
|
|
|
.mb-auto {
|
|
margin-bottom: auto!important;
|
|
}
|
|
|
|
.ms-1 {
|
|
margin-left: .25rem!important;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.me-md-auto {
|
|
margin-right: auto!important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.mb-md-0 {
|
|
margin-bottom: 0!important;
|
|
}
|
|
}
|
|
|