forked from dbroqua/MusicTopus
Updated close modal button
This commit is contained in:
parent
0a2d5029b5
commit
f73d4a3093
2 changed files with 19 additions and 7 deletions
|
@ -45,16 +45,21 @@
|
|||
|
||||
.modal {
|
||||
button.close {
|
||||
height: 36px;
|
||||
max-height: 36px;
|
||||
max-width: 36px;
|
||||
min-height: 36px;
|
||||
min-width: 36px;
|
||||
width: 36px;
|
||||
height: 42px;
|
||||
max-height: 42px;
|
||||
max-width: 42px;
|
||||
min-height: 42px;
|
||||
min-width: 42px;
|
||||
width: 42px;
|
||||
position: absolute;
|
||||
background-color: rgba(10,10,10,.6);
|
||||
background-color: var(--close-background);
|
||||
right: 12px;
|
||||
top: 12px;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.carousel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue