mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.ReactModal__Content {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
$modal-close-size: 20px;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue