bungarazvan_confluence-link/styles.css
Razvan Bunga 0821be8a9c
CL-19: Add spinnet. (#24)
* CL-19: Add progress bar.

* CL-19: Confluence fuzzy search.

* CL-19: Fav space.
2024-09-02 18:18:00 +01:00

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);
}