-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.scss
More file actions
32 lines (28 loc) · 813 Bytes
/
styles.scss
File metadata and controls
32 lines (28 loc) · 813 Bytes
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
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
$body-font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$label-font-size: 1rem;
$body-background: #EFEFEF;
$foundation-palette: (
primary: #2D2D37,
secondary: #1A2530,
success: #3adb76,
warning: #ffae00,
alert: #ec5840,
);
$callout-background-fade: 25%;
.callout.secondary {
color: white;
word-wrap: break-word;
}
.callout.secondary a {
color: white;
}
@import "node_modules/foundation-sites/scss/foundation";
@include foundation-everything;
@import "node_modules/quill/dist/quill.base";
@import "node_modules/quill/dist/quill.snow";
@import "node_modules/react-datepicker/dist/react-datepicker";
@import "node_modules/humane-js/themes/flatty";
.dfp-top div {
text-align: center;
}