Fix creation + make it more accessible. Also added User Pages. User Context Menu moved to settings cog

This commit is contained in:
Jai A
2020-10-17 11:28:05 -07:00
parent e95643f198
commit 608ab8f4ad
12 changed files with 209 additions and 104 deletions

View File

@@ -34,6 +34,11 @@
letter-spacing: 0.02rem;
padding: 0.25rem 0.5rem;
&.gray {
background-color: #c8c1c1;
color: #646161;
}
&.red {
background-color: #fed7d7;
color: #9b2c2c;

View File

@@ -1,3 +1,7 @@
.rounded-md {
border-radius: 0.5rem;
}
.hidden {
display: none;
}