Skip to content

Commit d18a655

Browse files
committed
Consolidated styles
1 parent cd838c6 commit d18a655

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

src/style/style.scss

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
@import 'globalvars';
2-
@import 'container';
3-
4-
$textcolor: #000;
5-
1+
body,
62
html,
73
body,
84
button {
9-
color: $textcolor;
10-
font-family: 'Varela Round', sans-serif !important;
5+
color: rgb(60, 66, 87);
6+
font-family: -apple-system , BlinkMacSystemFont , "Segoe UI" , "Roboto" , "Helvetica Neue" , "Ubuntu" , sans-serif;
7+
-webkit-font-smoothing: antialiased;
8+
text-rendering: optimizeLegibility;
9+
}
10+
11+
h1, h2, h3, nav {
12+
font-family: 'Varela Round', sans-serif;
1113
}
1214

1315
body {
14-
background-color: #eee;
16+
background-color: rgb(247, 250, 252);
1517
}
1618

1719
// To make icons a little less crowded
@@ -21,3 +23,19 @@ body {
2123
margin-right: 4px;
2224
vertical-align: middle;
2325
}
26+
27+
.aw-container {
28+
background-color: #fff;
29+
border: 1px solid rgb(235, 237, 243);
30+
border-radius: 5px;
31+
}
32+
33+
// TODO pretty sure we can replace these styles with something bootstrap native
34+
.footer {
35+
float: right;
36+
text-align: right
37+
}
38+
39+
.footer a {
40+
margin-left: 13px;
41+
}

0 commit comments

Comments
 (0)