mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
19 lines
268 B
SCSS
19 lines
268 B
SCSS
/* Notes -------------------------------------------------------------------- */
|
|
|
|
.app-notes #app-content {
|
|
|
|
.note-meta {
|
|
|
|
.note-word-count {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.note-meta-right {
|
|
opacity: 0.7;
|
|
|
|
&:hover, &:active, &:focus {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|