mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
16 lines
No EOL
216 B
SCSS
16 lines
No EOL
216 B
SCSS
.help-dialog {
|
|
max-width: 600px;
|
|
|
|
div:first-child > .md-title:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
p ng-md-icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
} |