mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
Changed lab gaps and colors
This commit is contained in:
parent
19449f13b4
commit
330fdcf444
8 changed files with 53 additions and 9 deletions
|
@ -23,7 +23,7 @@ const LabNodeTitle: FC<IProps> = ({ node }) => {
|
|||
{node.is_heroic && (
|
||||
<Tippy content="Важный пост">
|
||||
<div className={styles.star}>
|
||||
<Icon icon="star_full" />
|
||||
<Icon icon="star_full" size={24} />
|
||||
</div>
|
||||
</Tippy>
|
||||
)}
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
}
|
||||
|
||||
.star {
|
||||
fill: $yellow;
|
||||
fill: darken(white, 50%);
|
||||
flex: 0 0 24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue