forked from mirrors/easyappointments
Change the opacity of the close button
This commit is contained in:
parent
7e0e0b9d90
commit
c71f37ca73
1 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,10 @@ $pagination-disabled-border-color: $pagination-border-color !default;
|
|||
border: 1px solid $gray-400 !important;
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
// Typography
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue