mirror of
https://github.com/bungarazvan/confluence-link.git
synced 2026-07-22 10:40:25 +00:00
14 lines
244 B
CSS
14 lines
244 B
CSS
.space-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.space-container .fav-icon {
|
|
color: var(--color-yellow);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.space-container .fav-icon.is-fav > svg {
|
|
fill: var(--color-yellow);
|
|
}
|