compass_radix 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -159,42 +159,3 @@
|
|
|
159
159
|
@include ctb-core-span($gridColumns);
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
|
|
163
|
-
// Footer Menu
|
|
164
|
-
// --------------------------------------------------
|
|
165
|
-
#footer-menu {
|
|
166
|
-
background-color: $grayLighter;
|
|
167
|
-
@include border-radius(4px);
|
|
168
|
-
margin: 0 0 20px;
|
|
169
|
-
padding: 20px;
|
|
170
|
-
> ul.menu {
|
|
171
|
-
margin: 0;
|
|
172
|
-
padding: 0;
|
|
173
|
-
@include clearfix();
|
|
174
|
-
> li {
|
|
175
|
-
float: left;
|
|
176
|
-
list-style: none outside none;
|
|
177
|
-
margin: 0 0 20px;
|
|
178
|
-
padding: 0;
|
|
179
|
-
width: 20%;
|
|
180
|
-
> a,
|
|
181
|
-
> span {
|
|
182
|
-
font-size: 1.0em;
|
|
183
|
-
font-weight: 700;
|
|
184
|
-
text-transform: uppercase;
|
|
185
|
-
}
|
|
186
|
-
> ul.menu {
|
|
187
|
-
margin: 0;
|
|
188
|
-
padding: 0;
|
|
189
|
-
> li {
|
|
190
|
-
list-style: none outside none;
|
|
191
|
-
margin: 0 5px 0 0;
|
|
192
|
-
> a,
|
|
193
|
-
> span {
|
|
194
|
-
font-size: 0.90em;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
@@ -27,106 +27,6 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// Tabs
|
|
31
|
-
// --------------------------------------------------
|
|
32
|
-
ul {
|
|
33
|
-
&.tabs.primary {
|
|
34
|
-
padding: 0;
|
|
35
|
-
margin: 0;
|
|
36
|
-
margin-bottom: 10px;
|
|
37
|
-
border-bottom: 1px solid #DDD;
|
|
38
|
-
}
|
|
39
|
-
&.action-links {
|
|
40
|
-
padding: 0;
|
|
41
|
-
margin: 0;
|
|
42
|
-
margin-bottom: 10px;
|
|
43
|
-
border-bottom: 1px solid #DDD;
|
|
44
|
-
border-bottom: 0;
|
|
45
|
-
}
|
|
46
|
-
&.tabs {
|
|
47
|
-
display: table;
|
|
48
|
-
width: 100%;
|
|
49
|
-
}
|
|
50
|
-
&.action-links {
|
|
51
|
-
@include clearfix();
|
|
52
|
-
}
|
|
53
|
-
&.tabs:after,
|
|
54
|
-
&.action-links:after {
|
|
55
|
-
clear: both;
|
|
56
|
-
}
|
|
57
|
-
&.tabs > li,
|
|
58
|
-
&.action-links > li {
|
|
59
|
-
float: left;
|
|
60
|
-
display: block;
|
|
61
|
-
margin-bottom: -1px;
|
|
62
|
-
}
|
|
63
|
-
&.tabs > li > a,
|
|
64
|
-
&.action-links > li > a {
|
|
65
|
-
padding-top: 8px;
|
|
66
|
-
padding-bottom: 8px;
|
|
67
|
-
line-height: 20px;
|
|
68
|
-
background: none;
|
|
69
|
-
border: none;
|
|
70
|
-
border: 1px solid transparent;
|
|
71
|
-
@include border-radius(4px 4px 0 0);
|
|
72
|
-
display: block;
|
|
73
|
-
}
|
|
74
|
-
&.tabs > li > a:hover,
|
|
75
|
-
&.action-links > li > a:hover {
|
|
76
|
-
text-decoration: none;
|
|
77
|
-
background-color: $grayLighter;
|
|
78
|
-
border-color: $grayLighter $grayLighter #ddd;
|
|
79
|
-
}
|
|
80
|
-
&.tabs > .active > a,
|
|
81
|
-
&.action-links > .active > a {
|
|
82
|
-
color: $gray;
|
|
83
|
-
background-color: $bodyBackground;
|
|
84
|
-
border: 1px solid #ddd;
|
|
85
|
-
border-bottom-color: transparent;
|
|
86
|
-
cursor: default;
|
|
87
|
-
}
|
|
88
|
-
&.secondary {
|
|
89
|
-
border-bottom: 0;
|
|
90
|
-
padding: 0;
|
|
91
|
-
}
|
|
92
|
-
&.tabs.secondary > li {
|
|
93
|
-
border: 0;
|
|
94
|
-
padding: 0;
|
|
95
|
-
> a {
|
|
96
|
-
padding-top: 8px;
|
|
97
|
-
padding-bottom: 8px;
|
|
98
|
-
margin-top: 2px;
|
|
99
|
-
margin-bottom: 2px;
|
|
100
|
-
@include border-radius(5px);
|
|
101
|
-
border: 0 !important;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
&.action-links > li > a {
|
|
105
|
-
padding-top: 8px;
|
|
106
|
-
padding-bottom: 8px;
|
|
107
|
-
margin-top: 2px;
|
|
108
|
-
margin-bottom: 2px;
|
|
109
|
-
@include border-radius(5px);
|
|
110
|
-
border: 0 !important;
|
|
111
|
-
}
|
|
112
|
-
&.tabs.secondary > li > a,
|
|
113
|
-
&.action-links > li > a {
|
|
114
|
-
padding-right: 12px;
|
|
115
|
-
padding-left: 12px;
|
|
116
|
-
margin-right: 2px;
|
|
117
|
-
line-height: 14px;
|
|
118
|
-
}
|
|
119
|
-
&.tabs.secondary > .active > a,
|
|
120
|
-
&.action-links > .active > a {
|
|
121
|
-
color: $white;
|
|
122
|
-
background-color: $linkColor;
|
|
123
|
-
&:hover {
|
|
124
|
-
color: $white;
|
|
125
|
-
background-color: $linkColor;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
30
|
// Vertical Tabs
|
|
131
31
|
// --------------------------------------------------
|
|
132
32
|
div.vertical-tabs {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass_radix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-03-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|