1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-14 02:31:51 +00:00

Apply formatting to src/css

This commit is contained in:
Даниїл Григор'єв 2024-06-20 12:59:43 +03:00
parent 89992e2299
commit f49def0c19
No known key found for this signature in database
GPG Key ID: B890DF16341D8C1D
27 changed files with 4624 additions and 4615 deletions

View File

@ -584,7 +584,10 @@ canvas {
box-sizing: content-box; box-sizing: content-box;
cursor: pointer; cursor: pointer;
pointer-events: all; pointer-events: all;
transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.4s ease-in-out !important; transition:
opacity 0.2s ease-in-out,
background-color 0.3s ease-in-out,
box-shadow 0.4s ease-in-out !important;
position: relative; position: relative;
@include BorderRadius(20px); @include BorderRadius(20px);
@include IncreasedClickArea(10px); @include IncreasedClickArea(10px);

View File

@ -97,7 +97,9 @@
@include S(margin, 0, 10px); @include S(margin, 0, 10px);
box-sizing: border-box; box-sizing: border-box;
border-radius: 50%; border-radius: 50%;
transition: opacity 0.12s ease-in-out, background-color 0.12s ease-in-out; transition:
opacity 0.12s ease-in-out,
background-color 0.12s ease-in-out;
@include IncreasedClickArea(0px); @include IncreasedClickArea(0px);
&.liked-yes { &.liked-yes {

View File

@ -221,7 +221,9 @@ button,
$borderSize: 1px; $borderSize: 1px;
$borderColor: rgb(15, 19, 24); $borderColor: rgb(15, 19, 24);
box-shadow: 0 0 0 D($borderSize) $borderColor, 0 D($size) 0 rgba(#fff, 0.07); box-shadow:
0 0 0 D($borderSize) $borderColor,
0 D($size) 0 rgba(#fff, 0.07);
border-top: D($size) solid rgba(#000, 0.1); border-top: D($size) solid rgba(#000, 0.1);
//, 0 D($size) 0 0px rgba(mix(darken($bgColor, 9), #b0e2ff, 95%), 1), //, 0 D($size) 0 0px rgba(mix(darken($bgColor, 9), #b0e2ff, 95%), 1),

View File

@ -723,7 +723,9 @@
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
background-color: $colorGreenBright; background-color: $colorGreenBright;
transition: transform 0.12s ease-in-out, background-color 0.12s ease-in-out; transition:
transform 0.12s ease-in-out,
background-color 0.12s ease-in-out;
grid-column: 1 / 2; grid-column: 1 / 2;
min-width: auto; min-width: auto;