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,3 +1,5 @@
|
||||
@import "keyframes.scss";
|
||||
|
||||
.App {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@@ -24,13 +26,3 @@
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user