mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 18:21:51 +00:00
Apply formatting to src/css
This commit is contained in:
parent
89992e2299
commit
f49def0c19
@ -584,7 +584,10 @@ canvas {
|
||||
box-sizing: content-box;
|
||||
cursor: pointer;
|
||||
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;
|
||||
@include BorderRadius(20px);
|
||||
@include IncreasedClickArea(10px);
|
||||
|
||||
@ -97,7 +97,9 @@
|
||||
@include S(margin, 0, 10px);
|
||||
box-sizing: border-box;
|
||||
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);
|
||||
|
||||
&.liked-yes {
|
||||
|
||||
@ -221,7 +221,9 @@ button,
|
||||
|
||||
$borderSize: 1px;
|
||||
$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);
|
||||
|
||||
//, 0 D($size) 0 0px rgba(mix(darken($bgColor, 9), #b0e2ff, 95%), 1),
|
||||
|
||||
@ -723,7 +723,9 @@
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
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;
|
||||
min-width: auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user