diff options
| author | 2019-02-13 11:37:37 +0100 | |
|---|---|---|
| committer | 2019-02-13 11:37:37 +0100 | |
| commit | 086fa0d49a5e1506fda4dda42c5c69fd3a624ecf (patch) | |
| tree | 5a16a1dbe2df6188e7d792aa0df3647f7103e398 /p/themes/Mapco/mapco.scss | |
| parent | 58adf8d7014665660470c3f75ac7b38c9292b9e1 (diff) | |
Two themes (#2245)
* Two new themes
* update gitignore
* dirs cleaning + mobile ui improvements
* name added to credits file
* New line
Diffstat (limited to 'p/themes/Mapco/mapco.scss')
| -rw-r--r-- | p/themes/Mapco/mapco.scss | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/p/themes/Mapco/mapco.scss b/p/themes/Mapco/mapco.scss new file mode 100644 index 000000000..1a538b50a --- /dev/null +++ b/p/themes/Mapco/mapco.scss @@ -0,0 +1,51 @@ +@import "fonts"; +@import "mixins"; +@import "variables"; + +@import "forms"; +@import "tables"; +@import "components"; + +@import "divers"; + +@import "sidebar"; +@import "layout"; +@import "list-view"; +@import "global-view"; +@import "reader-view"; + +@import "configuration"; + +@import "logs"; +@import "stats"; + +@import "mobile"; + +html, body{ + font-family: "lato", "Helvetica", "Arial", sans-serif; + font-size: 0.875rem; +} + +@charset "UTF-8"; + +/*=== GENERAL */ +/*============*/ +html, body { + height: 100%; + background: $grey-light; +} + +/*=== Links */ +a, button.as-link { + outline: none; + color: $main-first; +} + + + + + + + + + |
