aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/ansum.scss
blob: 1a538b50a51616741e8870871472988b72ea3d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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;
}