-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-stylesheet.scss
More file actions
84 lines (78 loc) · 1.43 KB
/
example-stylesheet.scss
File metadata and controls
84 lines (78 loc) · 1.43 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body{
font-family: 'Signika', sans-serif;
font-weight:300;
padding:0;
margin:0;
background:#E7FEE6;
}
h1,h2,h3,h4,h5{ font-weight:600; }
.header-container{
background:#997141;
margin-bottom:40px;
box-shadow:0px 0px 5px #888888;
}
header{
padding:40px 0;
h1{ margin-bottom:0; color:#ffffff; }
}
.grootstrap-logo{
width:450px;
height:auto;
max-width:100%;
}
pre {
font-size: 90%;
line-height: 1.2em;
font-family: "Courier 10 Pitch", Courier, monospace;
white-space: pre;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
height:1%;
width: auto;
display: block;
clear: both;
color: #555555;
padding: 1em 1em;
margin: auto 40px auto 40px;
background: #f4f4f4;
border: solid 1px #e1e1e1
}
code {
font-size: 90%;
line-height: 1.2em;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
display: inline;
color: #555555;
padding: 4px;
background: #f4f4f4;
}
.grid-example{
padding:10px 0;
margin-bottom:40px;
background:#006600;
text-align:center;
color:#ffffff;
}
.grid-example-gutterless{
&:nth-child(even){
background:#002900;
}
}
.container{
width:100%;
}
.wrapper{
width:96%;
max-width:1200px;
margin:auto;
}
.footer-container{
background:#424242;
color:#ffffff;
margin-top:60px;
}
footer{
padding:10px 0;
a{ color:#ffffff; &:hover{ color:#ffffff; text-decoration:none; }}
}