mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
Adventure mode wip, not really fun
This commit is contained in:
parent
6cf8fabf16
commit
59ef24c865
26 changed files with 1482 additions and 676 deletions
|
@ -120,19 +120,13 @@ body:not(.has-alert-open) #popup {
|
|||
|
||||
& > * {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& > h2,
|
||||
& > p {
|
||||
margin-bottom: 20px;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
& > section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
margin-top: 20px;
|
||||
|
||||
button {
|
||||
font: inherit;
|
||||
|
@ -350,3 +344,11 @@ h2.histogram-title {
|
|||
h2.histogram-title strong {
|
||||
color: #4049ca;
|
||||
}
|
||||
|
||||
.red-icon {
|
||||
background: red;
|
||||
img {
|
||||
filter: saturate(0);
|
||||
mix-blend-mode: luminosity;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue