mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 22:05:10 +00:00
rephrase "get sticky"
This commit is contained in:
parent
598ab407b9
commit
f13f5e113f
2 changed files with 11 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<div class="content-container">
|
||||
|
||||
<h1><u>Hack Club Stickers</u></h1>
|
||||
<p>Get sticky! Every Hack Clubber gets free stickers, and can code or trade to earn a collection.</p>
|
||||
<p>Every Hack Clubber gets free high quality stickers, and can code or trade to earn a collection.</p>
|
||||
|
||||
<Peelable
|
||||
class="login-sticker"
|
||||
|
|
|
|||
|
|
@ -306,6 +306,15 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sticker-image :global(img) {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
.sticker-image {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
|
|
@ -317,7 +326,7 @@
|
|||
}
|
||||
|
||||
.sticker-item:hover .sticker-image {
|
||||
transform: rotate(var(--rotation, 0deg)) scale(1.075);
|
||||
transform: rotate(var(--rotation, 0deg)) scale(1.05);
|
||||
}
|
||||
|
||||
.sticker-image :global(img) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue