feat: add "sync" pane to preferences -> account tab (#621)

* feat: add "sync" pane to preferences -> account tab

* chore: configure eslint to add new line at the end of file and remove trailing spaces

* chore: add newline at the end of file
This commit is contained in:
Vardan Hakobyan
2021-08-26 22:57:27 +04:00
committed by GitHub
parent 41e1dd9731
commit 5b18fc7146
11 changed files with 121 additions and 18 deletions

View File

@@ -199,6 +199,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
}
}
.cursor-default {
cursor: default;
}
.fill-current {
fill: currentColor;
}