mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 13:03:12 +08:00
13 lines
180 B
CSS
13 lines
180 B
CSS
.ActionsContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.AppsMessage {
|
|
color: var(--color-primary);
|
|
}
|
|
|
|
.AppsMessage a {
|
|
color: var(--color-accent);
|
|
font-weight: 600;
|
|
} |