mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fixed more scss
This commit is contained in:
parent
82a830e9a2
commit
bd39112f10
@ -27,6 +27,7 @@
|
||||
}
|
||||
|
||||
$v1: D($v1);
|
||||
|
||||
@if $v2 != "" {
|
||||
$v2: D($v2);
|
||||
}
|
||||
@ -34,7 +35,6 @@
|
||||
@if $v3 != "" {
|
||||
$v3: D($v3);
|
||||
}
|
||||
|
||||
@if $v4 != "" {
|
||||
$v4: D($v4);
|
||||
}
|
||||
|
@ -504,7 +504,9 @@
|
||||
display: grid;
|
||||
align-items: center;
|
||||
grid-template-columns: 1fr auto;
|
||||
|
||||
justify-content: center;
|
||||
|
||||
& {
|
||||
/* @load-async */
|
||||
background: $linkBg uiResource("icons/link.png") top D(3px) right D(3px) / D(9px) no-repeat;
|
||||
@ -618,6 +620,7 @@
|
||||
background-color: darken($darkModeControlsBackground, 5);
|
||||
}
|
||||
}
|
||||
|
||||
.author {
|
||||
color: #bdbdbd;
|
||||
|
||||
@ -625,6 +628,7 @@
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.thirdpartyLogo.githubLogo {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user