mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor polishing and standlaone adjustments
This commit is contained in:
@@ -381,7 +381,10 @@
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
background: $colorBlueBright;
|
||||
grid-row: 1 / 2;
|
||||
height: 100%;
|
||||
grid-row: 1 / 4;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
@include S(padding, 20px);
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
@@ -529,6 +532,7 @@
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
pointer-events: all;
|
||||
|
||||
:last-child {
|
||||
@@ -1009,15 +1013,16 @@
|
||||
> a,
|
||||
.sidelinks > a {
|
||||
background-color: rgba($darkModeControlsBackground, 0.3);
|
||||
color: #eee;
|
||||
color: #333538;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(darken($darkModeControlsBackground, 5), 0.5);
|
||||
background-color: rgba(darken($darkModeControlsBackground, 5), 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
.thirdpartyLogo.githubLogo {
|
||||
filter: invert(1);
|
||||
// filter: invert(1);
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user