refacto styles for storybook
This commit is contained in:
parent
036cda1431
commit
014ef90cc6
5 changed files with 97 additions and 12 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue