Remove unnecessary css properties
This commit is contained in:
parent
dabcf885a6
commit
b811e7ccfe
1 changed files with 0 additions and 2 deletions
|
@ -23,13 +23,11 @@
|
||||||
&__overlay {
|
&__overlay {
|
||||||
border: none;
|
border: none;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
transition: 0.1s ease;
|
transition: 0.1s ease;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue