1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Initial support for translations

This commit is contained in:
tobspr
2020-05-17 12:12:13 +02:00
parent 13c6fc7598
commit a70a937302
44 changed files with 573 additions and 328 deletions

View File

@@ -251,9 +251,9 @@
@include S(padding, 15px);
> a {
display: flex;
flex-direction: row;
display: grid;
align-items: center;
grid-template-columns: 1fr auto;
justify-content: center;
background: #fafafa;
@@ -280,8 +280,8 @@
.thirdpartyLogo {
display: inline-block;
width: 80%;
height: 80%;
@include S(width, 50px);
@include S(height, 50px);
background: center center / 80% no-repeat;
&.githubLogo {
background-image: uiResource("main_menu/github.png");