-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisc.scss
66 lines (48 loc) · 1.69 KB
/
isc.scss
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*!
* Persefone theme v4.0.0-alpha.6
* Homepage: https://pingendo.com
* Copyright 2014-2017 Pingendo
* Licensed under MIT
* Based on Bootstrap
*/
@import url('https://fonts.googleapis.com/css?family=Coda');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display');
// Reassign color vars to semantic color scheme
$brand-primary: #bd0f12;
$brand-success: #5cb85c;
$brand-info: #222;
$brand-warning: #f0ad4e;
$brand-danger: #d9534f;
$brand-inverse: #292b2c;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
$enable-rounded: true !default;
$enable-shadows: true;
$enable-transitions: true !default;
$enable-hover-media-query: false !default;
$enable-grid-classes: true !default;
$enable-print-styles: true !default;
// Variables
//
// Theme settings.
$body-bg: white;
$body-color: #292b2c;
$body-color-inverse: invert($body-color) !default;
$link-color: #FF540D;
$font-family-base: Coda;
$headings-font-family: Coda;
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
$font-size-h1: 2.5 * $font-size-base;
$font-size-h2: 2.5 * $font-size-base;
$font-size-h3: 1.75 * $font-size-base;
$font-size-h4: 1.5 * $font-size-base;
$font-size-h5: 1.25 * $font-size-base;
$font-size-h6: $font-size-base;
$display1-size: 6 * $font-size-base;
$display2-size: 5.5 * $font-size-base;
$display3-size: 4.5 * $font-size-base;
$display4-size: 3.5 * $font-size-base;
$border-radius: 0px;
$border-radius-lg: $border-radius * 1.2;$border-radius-sm: $border-radius * .8;$spacer: 1.5rem;
@import 'bootstrap-4.0.0-alpha.6';