1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 07:59:30 +00:00

Added classUser styling component

This commit is contained in:
2022-03-31 08:48:26 +00:00
parent a5c55955be
commit 55722854b0
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.classUser {
display: flex;
gap: .5rem;
margin: .5rem 0;
i {
color: $primary-colour;
cursor: pointer;
}
}