mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-13 18:46:28 +05:00
* feat(drag-and-drop): add drag and drop wizard * chore(seo): update seo share image url * improvement(upload): add download step 3 * improvement(loading): improve loading and add transitions * improvement: add pwa support, clipboard and animations * improvement(seo): add html lang and update title * fix(button): fix button font family
12 lines
189 B
SCSS
12 lines
189 B
SCSS
@import '../../styles/variables.scss';
|
|
|
|
.root {
|
|
overflow: auto;
|
|
|
|
code {
|
|
font-family: Monaco, monospace;
|
|
font-size: $font-size-small-body;
|
|
line-height: $line-height-small-body;
|
|
}
|
|
}
|