mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
Remove unused responsive styles from modal.scss
This commit is contained in:
parent
e5120f37d3
commit
0868a70f00
1 changed files with 0 additions and 10 deletions
|
@ -23,16 +23,6 @@ $base-bg: $ui-white;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.ReactModal__Content {
|
|
||||||
top: 10px;
|
|
||||||
right: 10px;
|
|
||||||
bottom: 10px;
|
|
||||||
left: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-close {
|
.modal-close {
|
||||||
$modal-close-size: 20px;
|
$modal-close-size: 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue