mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-18 04:04:53 -04:00
Translations
This commit is contained in:
parent
d52472a34d
commit
af65f22c70
14 changed files with 515 additions and 315 deletions
|
@ -33,20 +33,23 @@ body {
|
|||
& > div {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-areas: ". name" "buttons bricks";
|
||||
|
||||
& > *:nth-child(1) {
|
||||
grid-template-areas: "name credits" "buttons bricks";
|
||||
.name{
|
||||
grid-area: name;
|
||||
width: 100px;
|
||||
}
|
||||
.credits{
|
||||
grid-area: credits;
|
||||
}
|
||||
|
||||
& > div:nth-child(2) {
|
||||
.buttons {
|
||||
grid-area: buttons;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
& > div:nth-child(3) {
|
||||
.level-bricks-preview {
|
||||
grid-area: bricks;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue