compass_radix 3.0.3 → 3.0.4
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.
- checksums.yaml +4 -4
- data/stylesheets/_compass_radix.scss +1 -0
- data/stylesheets/compass_radix/_admin.scss +7 -0
- data/stylesheets/compass_radix/_layout.scss +0 -3
- data/stylesheets/compass_radix/_menu.scss +57 -0
- data/stylesheets/compass_radix/_panel.scss +7 -0
- data/stylesheets/compass_radix/_structure.scss +46 -118
- data/stylesheets/compass_radix/_view.scss +17 -1
- metadata +11 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a59503c776caae19c61ef3e612e0c81d188fe7e4
|
4
|
+
data.tar.gz: d7a50c0e3f876106f2f7edba81a09d04e19abc96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fb906e1f20bd998f1b65d8f894771518d27dd2a443dd73e63dd1047e176a1f4a3dc01c1f8d00ab4476a104372f6da1f7e5011b3032441359dcb19f9626f80a6
|
7
|
+
data.tar.gz: eb9dc67b92a10849dd8e2e21ea8e5a5a01acc24af2d8fb636b81139ca3823018282eae27a2f29f7421f00fa89a72247f2db3fec8ddd86549f0c33f553e2271e2
|
@@ -20,3 +20,60 @@ ul.nav {
|
|
20
20
|
}
|
21
21
|
}
|
22
22
|
}
|
23
|
+
|
24
|
+
// Nav expanded
|
25
|
+
// --------------------------------------------------
|
26
|
+
.nav-expanded {
|
27
|
+
.caret {
|
28
|
+
display: none;
|
29
|
+
}
|
30
|
+
> li {
|
31
|
+
> a {
|
32
|
+
font-size: 1.2em;
|
33
|
+
text-align: left;
|
34
|
+
font-weight: 700;
|
35
|
+
color: $text-color;
|
36
|
+
&:hover, &:focus, &.active, &.active-trail {
|
37
|
+
color: $link-hover-color;
|
38
|
+
background: none;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
ul.dropdown-menu {
|
42
|
+
background: none;
|
43
|
+
display: block;
|
44
|
+
border: 0;
|
45
|
+
padding: 0;
|
46
|
+
position: static;
|
47
|
+
float: none;
|
48
|
+
@include border-radius(0);
|
49
|
+
@include box-shadow(none);
|
50
|
+
li {
|
51
|
+
a {
|
52
|
+
padding: 3px 15px;
|
53
|
+
color: $text-color;
|
54
|
+
&:hover, &:focus, &.active, &.active-trail {
|
55
|
+
color: $link-hover-color;
|
56
|
+
background: none;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
ul {
|
61
|
+
display: none !important;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
@media (max-width: $screen-xs-max) {
|
65
|
+
float: none;
|
66
|
+
margin-bottom: 18px;
|
67
|
+
}
|
68
|
+
&.open {
|
69
|
+
> a {
|
70
|
+
color: $text-color;
|
71
|
+
background: none;
|
72
|
+
&:hover, &:focus, &.active, &.active-trail {
|
73
|
+
color: $link-hover-color;
|
74
|
+
background: none;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
@@ -149,125 +149,23 @@ ul.links {
|
|
149
149
|
}
|
150
150
|
}
|
151
151
|
|
152
|
-
//
|
152
|
+
// Carousel
|
153
153
|
// --------------------------------------------------
|
154
|
-
.
|
155
|
-
|
156
|
-
|
157
|
-
@include border-radius(4px 4px 4px 4px);
|
158
|
-
@include box-shadow(0 1px 3px rgba(0, 0, 0, 0.055));
|
159
|
-
border: 1px solid #DDD;
|
160
|
-
padding: 5px;
|
161
|
-
> .field-slideshow {
|
162
|
-
width: 100% !important;
|
163
|
-
padding: 0 !important;
|
164
|
-
.field-slideshow-slide {
|
165
|
-
width: 100% !important;
|
166
|
-
img {
|
167
|
-
width: 100% !important;
|
168
|
-
}
|
169
|
-
.field-slideshow-caption {
|
170
|
-
background: rgba(#000000, 0.65);
|
171
|
-
position: absolute;
|
172
|
-
bottom: 0;
|
173
|
-
left: 0;
|
174
|
-
width: 100%;
|
175
|
-
color: #fff;
|
176
|
-
.field-slideshow-caption-text {
|
177
|
-
display: block;
|
178
|
-
padding: 20px;
|
179
|
-
}
|
180
|
-
h1, h2, h3 {
|
181
|
-
margin-top: 0;
|
182
|
-
}
|
183
|
-
}
|
184
|
-
}
|
154
|
+
.carousel {
|
155
|
+
.carousel-control {
|
156
|
+
z-index: 100;
|
185
157
|
}
|
186
|
-
.
|
158
|
+
.carousel-indicators li {
|
159
|
+
float: none;
|
160
|
+
margin-left: 3px;
|
161
|
+
margin-right: 3px;
|
187
162
|
a {
|
188
|
-
|
189
|
-
z-index: 500;
|
190
|
-
top: 45%;
|
191
|
-
left: 15px;
|
192
|
-
width: 40px;
|
193
|
-
height: 40px;
|
194
|
-
margin-top: -20px;
|
195
|
-
font-size: 60px;
|
196
|
-
font-weight: 100;
|
197
|
-
line-height: 30px;
|
198
|
-
color: #fff;
|
199
|
-
text-align: center;
|
200
|
-
background: #222222;
|
201
|
-
border: 3px solid #ffffff;
|
202
|
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
203
|
-
@include border-radius(23px);
|
204
|
-
@include opacity(0.5);
|
205
|
-
&.next {
|
206
|
-
right: 15px;
|
207
|
-
left: auto;
|
208
|
-
}
|
209
|
-
&:hover {
|
210
|
-
color: #fff;
|
211
|
-
text-decoration: none;
|
212
|
-
@include opacity(0.9);
|
213
|
-
}
|
163
|
+
display: none;
|
214
164
|
}
|
215
165
|
}
|
216
|
-
.
|
217
|
-
|
218
|
-
|
219
|
-
position: absolute;
|
220
|
-
bottom: 8%;
|
221
|
-
right: 20px;
|
222
|
-
z-index: 500;
|
223
|
-
a {
|
224
|
-
background: $gray;
|
225
|
-
border: 3px solid #ffffff;
|
226
|
-
display: inline-block;
|
227
|
-
margin: 0 3px;
|
228
|
-
width: 25px;
|
229
|
-
height: 25px;
|
230
|
-
line-height: 25px;
|
231
|
-
color: #fff;
|
232
|
-
text-decoration: none;
|
233
|
-
@include border-radius(25px);
|
234
|
-
@include opacity(0.5);
|
235
|
-
&:hover {
|
236
|
-
color: #fff;
|
237
|
-
text-decoration: none;
|
238
|
-
@include opacity(0.9);
|
239
|
-
}
|
240
|
-
&.activeSlide {
|
241
|
-
background: $link-color;
|
242
|
-
@include opacity(0.9);
|
243
|
-
}
|
244
|
-
}
|
245
|
-
}
|
246
|
-
}
|
247
|
-
|
248
|
-
// Progress
|
249
|
-
// --------------------------------------------------
|
250
|
-
.progress {
|
251
|
-
margin-bottom: 60px;
|
252
|
-
overflow: visible;
|
253
|
-
height: 40px;
|
254
|
-
font-weight: 400;
|
255
|
-
.bar {
|
256
|
-
width: 100%;
|
257
|
-
margin: 0 0 5px;
|
258
|
-
float: none;
|
259
|
-
border: none;
|
260
|
-
background: none;
|
261
|
-
@include border-radius(4px);
|
262
|
-
.filled {
|
263
|
-
height: 40px;
|
264
|
-
@include border-radius(4px);
|
265
|
-
@include gradient-striped($link-color);
|
266
|
-
@include background-size(40px 40px);
|
267
|
-
@include box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
268
|
-
@include box-sizing(border-box);
|
269
|
-
@include transition(width .6s ease);
|
270
|
-
@include animation(progress-bar-stripes 2s linear infinite);
|
166
|
+
.carousel-caption {
|
167
|
+
h1, h2, h3, h4, h5, h6 {
|
168
|
+
color: white;
|
271
169
|
}
|
272
170
|
}
|
273
171
|
}
|
@@ -441,9 +339,39 @@ body.ctools-modal-open {
|
|
441
339
|
}
|
442
340
|
|
443
341
|
// Custom modal form overrides.
|
444
|
-
#modal-content
|
445
|
-
|
342
|
+
#modal-content {
|
343
|
+
.form-item-view-settings {
|
344
|
+
display: block;
|
345
|
+
}
|
346
|
+
.form-item-exposed-use-pager {
|
347
|
+
display: block;
|
348
|
+
}
|
349
|
+
#panopoly-form-widget-preview {
|
350
|
+
width: 50%;
|
351
|
+
float: right;
|
352
|
+
.container {
|
353
|
+
width: auto;
|
354
|
+
}
|
355
|
+
}
|
446
356
|
}
|
447
|
-
|
448
|
-
|
357
|
+
|
358
|
+
// Calendar
|
359
|
+
// --------------------------------------------------
|
360
|
+
.calendar-calendar {
|
361
|
+
@extend .col-md-12;
|
362
|
+
table.mini {
|
363
|
+
@extend .table-bordered;
|
364
|
+
td {
|
365
|
+
border: 1px solid $gray-lighter !important;
|
366
|
+
padding: 5px;
|
367
|
+
}
|
368
|
+
}
|
369
|
+
}
|
370
|
+
.view-header {
|
371
|
+
.date-nav-wrapper {
|
372
|
+
h3 {
|
373
|
+
margin-top: 5px !important;
|
374
|
+
margin-bottom: 0;
|
375
|
+
}
|
376
|
+
}
|
449
377
|
}
|
@@ -1,3 +1,19 @@
|
|
1
1
|
// View
|
2
2
|
// Styles for Views
|
3
|
-
// --------------------------------------------------
|
3
|
+
// --------------------------------------------------
|
4
|
+
|
5
|
+
// Fixes
|
6
|
+
// --------------------------------------------------
|
7
|
+
.view {
|
8
|
+
.row {
|
9
|
+
> .list-group {
|
10
|
+
@extend .col-md-12;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.views-exposed-form {
|
15
|
+
.views-submit-button,
|
16
|
+
.views-reset-button {
|
17
|
+
margin-top: 3px;
|
18
|
+
}
|
19
|
+
}
|
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass_radix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arshad Chummun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.12.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.12.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bootstrap-sass
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 3.0.3.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 3.0.3.0
|
41
41
|
description: A compass extension for the Drupal Radix theme. See http://drupal.org/project/radix
|
@@ -47,6 +47,7 @@ files:
|
|
47
47
|
- README.md
|
48
48
|
- lib/compass_radix.rb
|
49
49
|
- stylesheets/_compass_radix.scss
|
50
|
+
- stylesheets/compass_radix/_admin.scss
|
50
51
|
- stylesheets/compass_radix/_comment.scss
|
51
52
|
- stylesheets/compass_radix/_font.scss
|
52
53
|
- stylesheets/compass_radix/_form.scss
|
@@ -77,7 +78,7 @@ files:
|
|
77
78
|
- stylesheets/fontawesome/font-awesome.scss
|
78
79
|
- templates/project/_compass_radix.scss
|
79
80
|
- templates/project/manifest.rb
|
80
|
-
homepage: http://arshad.github.
|
81
|
+
homepage: http://arshad.github.io/
|
81
82
|
licenses: []
|
82
83
|
metadata: {}
|
83
84
|
post_install_message:
|
@@ -86,17 +87,17 @@ require_paths:
|
|
86
87
|
- lib
|
87
88
|
required_ruby_version: !ruby/object:Gem::Requirement
|
88
89
|
requirements:
|
89
|
-
- -
|
90
|
+
- - ">="
|
90
91
|
- !ruby/object:Gem::Version
|
91
92
|
version: '0'
|
92
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
94
|
requirements:
|
94
|
-
- -
|
95
|
+
- - ">="
|
95
96
|
- !ruby/object:Gem::Version
|
96
97
|
version: '0'
|
97
98
|
requirements: []
|
98
99
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.
|
100
|
+
rubygems_version: 2.2.2
|
100
101
|
signing_key:
|
101
102
|
specification_version: 4
|
102
103
|
summary: a compass extension for the Drupal Radix theme
|