charcoalcore 0.0.1.8 → 0.0.1.9
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.
@@ -1,3 +1,5 @@
|
|
1
|
+
$module: false !default;
|
2
|
+
|
1
3
|
/*****************/
|
2
4
|
|
3
5
|
/**
|
@@ -79,8 +81,6 @@
|
|
79
81
|
* .selector { @include backgroundimage(bckg-btn-dwlmenu, png); }
|
80
82
|
*/
|
81
83
|
|
82
|
-
$module: false !default;
|
83
|
-
|
84
84
|
@mixin backgroundimage($name, $ext, $pos:top left, $repeat: no-repeat, $bgcolor:transparent) {
|
85
85
|
@if $module == true {
|
86
86
|
background: url('get-asset-images?a=#{$name}.#{$ext}') $pos $repeat $bgcolor;
|
@@ -147,7 +147,7 @@ $module: false !default;
|
|
147
147
|
* .selector { @include center-absolute(img-name, png); }
|
148
148
|
*/
|
149
149
|
|
150
|
-
@mixin center-absolute($name, $ext, $repeat: no-repeat) {
|
150
|
+
@mixin center-absolute($name, $ext, $repeat: no-repeat, $bg:transparent) {
|
151
151
|
position: absolute;
|
152
152
|
left: 50%;
|
153
153
|
|
@@ -156,9 +156,9 @@ $module: false !default;
|
|
156
156
|
width: image-width('#{$name}.#{$ext}');
|
157
157
|
|
158
158
|
@if $module == true {
|
159
|
-
background: url('get-asset-images?a=#{$name}.#{$ext}') $
|
159
|
+
background: url('get-asset-images?a=#{$name}.#{$ext}') $repeat $bg;
|
160
160
|
}@elseif $module == false {
|
161
|
-
background: image-url('#{$name}.#{$ext}') $
|
161
|
+
background: image-url('#{$name}.#{$ext}') $repeat $bg;
|
162
162
|
}
|
163
163
|
}
|
164
164
|
|
@@ -438,12 +438,14 @@ h1, h2, h3, h4, h5, h6 {
|
|
438
438
|
/**
|
439
439
|
* @tags: put your own style here
|
440
440
|
*/
|
441
|
-
@font-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
441
|
+
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/Locomotive\/Documents\/projets\/polikin\/compass\/gem\/charcoalcore\/templates\/project\/assets\/styles\/_project-screen\.scss}line{font-family:\000037}}
|
442
|
+
.c {
|
443
|
+
position: absolute;
|
444
|
+
left: 50%;
|
445
|
+
margin-left: -320px;
|
446
|
+
height: 480px;
|
447
|
+
width: 640px;
|
448
|
+
background: url('../images/technics-q-c-640-480-9.jpg?1370968042') no-repeat transparent;
|
447
449
|
}
|
448
450
|
|
449
451
|
/*****************/
|