1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-27 14:59:37 +02:00
flame/client/src/components/Bookmarks/BookmarkCard/BookmarkCard.module.css

26 lines
382 B
CSS
Raw Normal View History

.BookmarkCard {
margin-bottom: 30px;
}
.BookmarkCard h3 {
color: var(--color-accent);
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.Bookmarks {
display: flex;
flex-direction: column;
}
.Bookmarks a {
line-height: 2;
transition: all 0.25s;
}
.BookmarkCard a:hover {
text-decoration: underline;
padding-left: 10px;
}