mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-15 22:10:26 +00:00
20 lines
No EOL
314 B
SCSS
20 lines
No EOL
314 B
SCSS
.app-activity #app-content {
|
|
position: relative;
|
|
height: 99.9%;
|
|
border-top: 1px solid $decoration-normal;
|
|
}
|
|
|
|
.activitymessage {
|
|
color: $foreground-normal;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.box .activitytime {
|
|
color: $foreground-inactive;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#no_more_activities {
|
|
color: $foreground-inactive;
|
|
opacity: 0.5;
|
|
} |