refacto styles for storybook

This commit is contained in:
Tykayn 2025-08-19 16:20:07 +02:00 committed by tykayn
parent 036cda1431
commit 014ef90cc6
5 changed files with 97 additions and 12 deletions

View file

@ -19,15 +19,6 @@
left: -16px;
top: -32px;
.time-ago {
color: #1E1F22;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 8px;
padding-left: 3px;
}
.user-name {
color: #1E1F22;

View file

@ -161,6 +161,7 @@
}
.new-button {
cursor: pointer;
background: linear-gradient(70deg, #07397C -37.98%, #1767AD 17.98%, #255B8E 53.85%);
@extend .nav-button !optional;
@extend .is-clickable !optional;
@ -171,6 +172,10 @@
align-items: center;
flex-shrink: 0;
&:hover{
background: blue;
color: white;
}
i {
width: 20px;