Rush: Voting + Account management

This commit is contained in:
2024-05-31 00:25:30 +03:00
parent 73a2e20cf7
commit 494f2209c0
27 changed files with 971 additions and 49 deletions
+1
View File
@@ -2,6 +2,7 @@
font-size: 16px;
--background: #111118;
--background-black: #060608c0;
--accent-gray: #b182a3;
+2 -1
View File
@@ -5,7 +5,8 @@ form {
justify-content: center;
gap: 32px;
button[type=submit] {
button[type=submit],
.formButton {
background: var(--accent-dim);
border-radius: 4px;
padding: 0.3em 0.8em;
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="icon" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-heart"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>

After

Width:  |  Height:  |  Size: 420 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="icon" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-thumb-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3" /></svg>

After

Width:  |  Height:  |  Size: 499 B