This repository has been archived by the owner on May 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mezz-foundation.scss
76 lines (68 loc) · 1.51 KB
/
mezz-foundation.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
67
68
69
70
71
72
73
74
75
76
@import "normalize.scss";
@import "foundation.scss";
ul.title-area {
@include inline-list;
margin: 0;
.name {
margin-left: 1.375em;
}
.tagline {
opacity: .8;
margin-top: emCalc(10px);
margin-left: 0;
}
}
div.main-block {
@include grid-column(6, $float:left);
}
ul.tweets, ul.tags, ul.categories, ul.authors, ul.recent-posts, ul.archive {
list-style-type: none;
}
nav.top-bar {
margin-bottom: emCalc(40px);
.button {
padding-top: 0;
}
select {
margin-left: 4%;
width: 92%;
margin-top: emCalc(11px);
border: 1px solid #ddd;
height: emCalc(40px);
}
}
div.right-column {
@include grid-column(3, $float:left);
div.right-panel {
@include radius;
@include panel($padding: emCalc(15px));
}
}
div.left-column {
@include grid-column(3, $float:left);
ul.nav-panel {
@include radius;
@include side-nav($side-nav-divider-color, $side-nav-font-size, $side-nav-link-color);
// Workaround to side-nav setting active
// of any anchor tag in sub lists
li.inactive > a {
color: $side-nav-link-color;
}
@include panel($padding: emCalc(15px));
.sub-list {
list-style-type: none;
}
}
}
footer {
@include grid-row;
.footer {
@include grid-column(6, $center:true);
}
}
div.power {
@include grid-row;
.text {
@include grid-column(6, $center:true);
}
}