15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
@import url('../../../shared/theme.less');
|
|
|
|
session-list:empty::before {
|
|
display: block;
|
|
position: relative;
|
|
padding: 10px;
|
|
color: @primary-text-color-dark;
|
|
content: "There is no sessions within the last 30 days";
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
session-list {
|
|
color: @primary-text-color-white;
|
|
}
|
|
} |