Change the opacity of the close button

This commit is contained in:
Alex Tselegidis 2022-09-14 12:27:48 +02:00
parent 7e0e0b9d90
commit c71f37ca73

View file

@ -213,6 +213,10 @@ $pagination-disabled-border-color: $pagination-border-color !default;
border: 1px solid $gray-400 !important;
}
.btn-close {
opacity: .3;
}
// Typography
body {