mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-22 04:49:36 +02:00
29 lines
No EOL
372 B
CSS
29 lines
No EOL
372 B
CSS
.TableActions {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.TableAction {
|
|
width: 22px;
|
|
}
|
|
|
|
.TableAction:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Message {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: baseline;
|
|
color: var(--color-primary);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.Message a {
|
|
color: var(--color-accent);
|
|
}
|
|
|
|
.Message a:hover {
|
|
cursor: pointer;
|
|
} |