Rename variables

This commit is contained in:
David Cook
2023-06-22 16:31:07 +10:00
parent b46e6c462d
commit 9610281ed3
2 changed files with 4 additions and 4 deletions

View File

@@ -2,13 +2,13 @@
width: 300px;
.close-reveal-modal {
color: $modal-close-button-color;
color: $color-modal-close-btn;
font-size: 23px;
right: 0.45rem;
top: 0.35rem;
:hover {
color: $modal-close-button-hover-color;
color: $color-modal-close-btn-hover;
}
}

View File

@@ -2,6 +2,6 @@
$color-warning: $color-5;
$color-tbl-border: $pale-blue;
$modal-close-button-color: #de6060;
$modal-close-button-hover-color: #bf4545;
$color-modal-close-btn: #de6060;
$color-modal-close-btn-hover: #bf4545;
$disabled-button: $light-grey;