Remove compass-rails and just use the few images without a sprite
Fixes #6433
This commit is contained in:
parent
5f48cedb84
commit
485af7ea78
7 changed files with 16 additions and 26 deletions
1
Gemfile
1
Gemfile
|
|
@ -62,7 +62,6 @@ gem "rack-cors", "1.1.1", require: "rack/cors"
|
||||||
gem "autoprefixer-rails", "10.4.7.0"
|
gem "autoprefixer-rails", "10.4.7.0"
|
||||||
gem "bootstrap-sass", "3.4.1"
|
gem "bootstrap-sass", "3.4.1"
|
||||||
gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691
|
gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691
|
||||||
gem "compass-rails", "3.1.0"
|
|
||||||
gem "sass-rails", "5.0.7"
|
gem "sass-rails", "5.0.7"
|
||||||
gem "sprockets-rails", "3.4.2"
|
gem "sprockets-rails", "3.4.2"
|
||||||
|
|
||||||
|
|
|
||||||
17
Gemfile.lock
17
Gemfile.lock
|
|
@ -123,22 +123,6 @@ GEM
|
||||||
chunky_png (1.4.0)
|
chunky_png (1.4.0)
|
||||||
citrus (3.0.2)
|
citrus (3.0.2)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
compass (1.0.3)
|
|
||||||
chunky_png (~> 1.2)
|
|
||||||
compass-core (~> 1.0.2)
|
|
||||||
compass-import-once (~> 1.0.5)
|
|
||||||
rb-fsevent (>= 0.9.3)
|
|
||||||
rb-inotify (>= 0.9)
|
|
||||||
sass (>= 3.3.13, < 3.5)
|
|
||||||
compass-core (1.0.3)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
sass (>= 3.3.0, < 3.5)
|
|
||||||
compass-import-once (1.0.5)
|
|
||||||
sass (>= 3.2, < 3.5)
|
|
||||||
compass-rails (3.1.0)
|
|
||||||
compass (~> 1.0.0)
|
|
||||||
sass-rails (< 5.1)
|
|
||||||
sprockets (< 4.0)
|
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
configurate (0.5.0)
|
configurate (0.5.0)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.2.5)
|
||||||
|
|
@ -805,7 +789,6 @@ DEPENDENCIES
|
||||||
capybara (= 3.35.3)
|
capybara (= 3.35.3)
|
||||||
carrierwave (= 2.2.2)
|
carrierwave (= 2.2.2)
|
||||||
chrome_remote (= 0.3.0)
|
chrome_remote (= 0.3.0)
|
||||||
compass-rails (= 3.1.0)
|
|
||||||
configurate (= 0.5.0)
|
configurate (= 0.5.0)
|
||||||
cucumber-api-steps (= 0.14)
|
cucumber-api-steps (= 0.14)
|
||||||
cucumber-rails (= 2.5.1)
|
cucumber-rails (= 2.5.1)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
@import 'icons';
|
@import 'icons';
|
||||||
@import 'animations';
|
@import 'animations';
|
||||||
@import 'flash_messages';
|
@import 'flash_messages';
|
||||||
@import 'sprites';
|
|
||||||
@import 'hovercard';
|
@import 'hovercard';
|
||||||
@import 'base';
|
@import 'base';
|
||||||
@import 'interactions';
|
@import 'interactions';
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
|
|
||||||
.logos-asterisk {
|
.logos-asterisk {
|
||||||
|
background: image-url('branding/logos/asterisk.png') no-repeat;
|
||||||
height: 154px;
|
height: 154px;
|
||||||
margin: auto;
|
margin: auto auto 12px;
|
||||||
margin-bottom: 12px;
|
|
||||||
width: 154px;
|
width: 154px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -202,10 +202,23 @@
|
||||||
.social-media-logos-twitter-24x24,
|
.social-media-logos-twitter-24x24,
|
||||||
.social-media-logos-tumblr-24x24,
|
.social-media-logos-tumblr-24x24,
|
||||||
.social-media-logos-wordpress-24x24 {
|
.social-media-logos-wordpress-24x24 {
|
||||||
|
background-repeat: no-repeat;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-media-logos-twitter-24x24 {
|
||||||
|
background-image: image-url('social-media-logos/twitter-24x24.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-media-logos-tumblr-24x24 {
|
||||||
|
background-image: image-url('social-media-logos/tumblr-24x24.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-media-logos-wordpress-24x24 {
|
||||||
|
background-image: image-url('social-media-logos/wordpress-24x24.png');
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
.btn.btn-link.question_mark:hover .entypo-cog { color: $black; }
|
.btn.btn-link.question_mark:hover .entypo-cog { color: $black; }
|
||||||
.dim { opacity: 0.3; }
|
.dim { opacity: 0.3; }
|
||||||
.social-media-logos-wordpress-16x16 {
|
.social-media-logos-wordpress-16x16 {
|
||||||
|
background: image-url('social-media-logos/wordpress-16x16.png') no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
/* ===== sprites ===== */
|
|
||||||
@import 'branding/logos/*.png';
|
|
||||||
@import 'social-media-logos/*.png';
|
|
||||||
@include all-logos-sprites;
|
|
||||||
@include all-social-media-logos-sprites;
|
|
||||||
Loading…
Reference in a new issue