-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.scss
More file actions
113 lines (91 loc) · 2.81 KB
/
modules.scss
File metadata and controls
113 lines (91 loc) · 2.81 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/*MODULE*/
.module {
min-height: 1em;
padding: 1.5em;
width: auto;
}
.module-content {
line-height: 1.5em;
color: $copy-color;
}
.module-advisorybgContainer {
@extend .module;
width: auto;
background: #fcedac url(http://www.alaskaair.com/content/~/media/Images/onSite/icons/advisory) 1.5em center no-repeat;
display: block;
box-shadow: 0 0 1px $advisory-bordercolor;
padding-left: 4em;
min-height: 1em;
color: $advisory-bordercolor;
}
.module-advisoryContainer {
@extend .module-advisorybgContainer;
background-color: $sitemodule-color;
}
.module-advisoryTextContainer {
@extend .module-advisoryContainer;
background-image: none;
padding-left: 1.5em;
}
.module-whiteContainer {
@extend .module;
background-color: $sitemodule-color;
display: block;
box-shadow: 0 0 1px $siteborder-color;
}
.module-clearContainer {
min-height: 1em;
padding: 0;
line-height: 1.5em;
width: auto;
}
.module-darkaccentContainer {
width: auto;
display: block;
background-color: darken( $accent-color, 20% ) ;
}
.module-emslSalmonContainer {
width: auto;
display: block;
background-color: rgba( $emslsalmonwtransparency, .65 );
}
.module-emslBlueContainer {
width: auto;
display: block;
background-color: rgba( $emslbluewtransparency, .7 );
}
/* MODULE Horizontal Menu
http://css-tricks.com/keep-margins-out-of-link-lists/
*/
.module-horizontalMenu li {display:inline-block;margin-right: 1em;line-height: 2em;}
.module-horizontalMenu li a {padding:0 .3em 0 0; display:block;}
/*MODULE Vertical Menu*/
.module-verticalMenu li {line-height: 1.1em;}
.module-verticalMenu li a {padding:0 0 1em 0; display:block;}
/*MODULE Headlines*/
.module-headlines { margin: 1em 0; font-weight: normal;}
.module-headlines * { font-weight: normal;}
.module-headlines h3 { color:$secondary-color;}
.module-headlines h4 { margin: .1em 0; color:lighten($secondary-color, 20%);}
/*MODULE emsl boxes*/
.module-headlinesInBoxes { padding: 1em; }
.module-headlinesInBoxes { margin: 1em 0; font-weight: normal;}
.module-headlinesInBoxes * { font-weight: normal;}
.module-headlinesInBoxes h3 { color: lighten($secondary-color, 100%)}
.module-headlinesInBoxes h4 { margin: .1em 0; color: lighten($accent-color, 80%);}
/*MODULE sign in form*/
.module-form { margin: 1em 0 0 0; font-weight: normal;}
.module-form * { font-weight: normal;}
.module-form h3 { color:$secondary-color;}
.module-form h4 { margin: .1em 0; color:lighten($secondary-color, 20%);}
.module-Picturecontainer {
min-height: 12em;
}
.module-price { font-size: 2.5em; color: lighten($secondary-color, 100%); font-weight: normal;}
.module-textarea {padding: 1em;font-size: 2em;}
.module-hero {
min-height: 24em;
background-image: url(http://www.brandonshields.com/alaska-airlines/homepage/images/istock_000011347788medium.jpg);
background-size: 100%;
}
.module-textareaWhite span {font-size: .5em}