mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
Build 29062687
This commit is contained in:
parent
f76c96019c
commit
85ece0b975
21 changed files with 74 additions and 68 deletions
|
@ -1,9 +1,10 @@
|
|||
* {
|
||||
font-family: Courier New,
|
||||
Courier,
|
||||
Lucida Sans Typewriter,
|
||||
Lucida Typewriter,
|
||||
monospace;
|
||||
font-family:
|
||||
Courier New,
|
||||
Courier,
|
||||
Lucida Sans Typewriter,
|
||||
Lucida Typewriter,
|
||||
monospace;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -248,7 +249,6 @@ body:not(.has-alert-open) #popup {
|
|||
}
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
|
||||
&.settings {
|
||||
&:before {
|
||||
opacity: 0;
|
||||
|
@ -256,12 +256,10 @@ body:not(.has-alert-open) #popup {
|
|||
|
||||
& > div {
|
||||
margin-right: 0;
|
||||
max-width: 400px
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*Unlocks progress bar*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue