mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
refactor: move scss colors & keyframes in files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user