mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
25 lines
No EOL
377 B
SCSS
25 lines
No EOL
377 B
SCSS
help-section {
|
|
display: block;
|
|
|
|
.help-text {
|
|
margin-bottom: 40px;
|
|
border-bottom: 2px solid $c-accent;
|
|
border-top: 2px solid $c-accent;
|
|
}
|
|
|
|
.help-btn {
|
|
position: absolute;
|
|
top: -8px;
|
|
right: -8px;
|
|
}
|
|
|
|
.help-icon-wrapper {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
color: $c-accent;
|
|
text-align: center;
|
|
}
|
|
|
|
body.dark-theme & {
|
|
}
|
|
} |