|
|
@ -51,24 +51,39 @@
|
|
|
|
.btn-red {
|
|
|
|
.btn-red {
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-bg:#e60012;
|
|
|
|
--bs-btn-bg:#e60012;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--bs-btn-hover-color: #fff;
|
|
|
|
|
|
|
|
--bs-btn-hover-bg:#e60012;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-green {
|
|
|
|
.btn-green {
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-bg: #107c41;
|
|
|
|
--bs-btn-bg: #107c41;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--bs-btn-hover-color: #fff;
|
|
|
|
|
|
|
|
--bs-btn-hover-bg:#107c41;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-blue {
|
|
|
|
.btn-blue {
|
|
|
|
--bs-btn-color : #fff;
|
|
|
|
--bs-btn-color : #fff;
|
|
|
|
--bs-btn-bg : #1a71ff;
|
|
|
|
--bs-btn-bg : #1a71ff;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--bs-btn-hover-color: #fff;
|
|
|
|
|
|
|
|
--bs-btn-hover-bg:#1a71ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-lightgray {
|
|
|
|
.btn-lightgray {
|
|
|
|
--bs-btn-color:#474747;
|
|
|
|
--bs-btn-color:#474747;
|
|
|
|
--bs-btn-bg: #eee;
|
|
|
|
--bs-btn-bg: #eee;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--bs-btn-hover-color: #474747;
|
|
|
|
|
|
|
|
--bs-btn-hover-bg:#eee;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-darkgray {
|
|
|
|
.btn-darkgray {
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-color: #fff;
|
|
|
|
--bs-btn-bg: #676767;
|
|
|
|
--bs-btn-bg: #676767;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--bs-btn-hover-color: #fff;
|
|
|
|
|
|
|
|
--bs-btn-hover-bg:#676767;
|
|
|
|
}
|
|
|
|
}
|
|
|
|