Theme chat and notification surfaces
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
}
|
||||
|
||||
.btn-secondary,
|
||||
.btn-light,
|
||||
.btn-ghost,
|
||||
.btn-outline-secondary {
|
||||
--bs-btn-color: #d8cec0;
|
||||
@@ -31,6 +32,13 @@
|
||||
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.035);
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
--bs-btn-hover-bg: rgba(194, 163, 90, 0.09);
|
||||
--bs-btn-hover-border-color: rgba(216, 194, 138, 0.5);
|
||||
--bs-btn-active-bg: rgba(194, 163, 90, 0.15);
|
||||
--bs-btn-active-border-color: rgba(216, 194, 138, 0.56);
|
||||
}
|
||||
|
||||
.modal-footer .btn-secondary,
|
||||
.bootbox .modal-footer .btn-secondary,
|
||||
.modal-footer .btn[data-bs-dismiss="modal"],
|
||||
|
||||
Reference in New Issue
Block a user