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

Add missing tracking

This commit is contained in:
tobspr
2022-06-20 15:32:41 +02:00
parent 52629c5bb2
commit b446a4a915
6 changed files with 50 additions and 19 deletions

View File

@@ -101,7 +101,9 @@
background: transparent;
@include S(border-radius, $globalBorderRadius);
// box-shadow: 0 D(5px) D(15px) rgba(#000, 0.2);
@include S(width, 380px);
@include S(min-width, 340px);
@include S(max-width, 380px);
width: 100%;
box-sizing: border-box;
@include S(padding, 0, 15px);
// backdrop-filter: blur(10px);
@@ -209,13 +211,13 @@
.point {
display: grid;
grid-template-columns: #{D(27px)} auto;
grid-template-rows: D(11px) D(10px);
grid-template-rows: 1fr 1fr;
background: #fff #{D(10px)} center / #{D(17px)} no-repeat;
@include S(grid-row-gap, 3px);
@include S(grid-row-gap, 2px);
align-items: center;
@include S(padding, 6px);
@include S(border-radius, $globalBorderRadius);
@include S(height, 26px);
box-shadow: 0 D(5px) D(10px) rgba(#000, 0.2);
> strong {
@@ -234,11 +236,9 @@
grid-column: 2 / 3;
grid-row: 2 / 3;
@include SuperSmallText;
white-space: nowrap;
@include BreakText;
@include S(font-size, 8px);
line-height: 1em;
align-self: start;
align-self: center;
opacity: 0.8;
}