refactor: move scss colors & keyframes in files

This commit is contained in:
Sonny
2023-04-21 18:55:14 +02:00
parent 45f5455f94
commit 57317affbe
13 changed files with 146 additions and 153 deletions

View File

@@ -1,10 +1,12 @@
@import "../../../styles/colors.scss";
.user-card-wrapper {
user-select: none;
height: fit-content;
width: 100%;
color: #333;
background-color: #fff;
border: 1px solid #dadce0;
color: $black;
background-color: $white;
border: 1px solid $lightest-grey;
padding: 7px 12px;
display: flex;
justify-content: space-between;
@@ -22,7 +24,7 @@
& button {
cursor: pointer;
color: #3d7bab;
color: $blue;
display: flex;
transition: 0.15s;