mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-19 10:16:31 +00:00
Completed automatic sprite generation (not logo and icon-1)
This commit is contained in:
42
app/assets/scss/modules/_sprite.scss
Normal file
42
app/assets/scss/modules/_sprite.scss
Normal file
@ -0,0 +1,42 @@
|
||||
/* Do not edit modules/_sprite directly as it is generated automatically by Gulp
|
||||
Instead edit gulp/template/sprite*/
|
||||
|
||||
.icon {
|
||||
display: inline-block;
|
||||
background-image: url('/assets/media/images/sprites/sprite-c8960cf9.svg');
|
||||
}
|
||||
|
||||
.no-svg {
|
||||
background-image: url('../../temp/media/images/sprites/');
|
||||
}
|
||||
|
||||
|
||||
.icon--logo_white {
|
||||
width: 167px ;
|
||||
height: 100px ;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.icon--membership {
|
||||
width: 100px ;
|
||||
height: 77px ;
|
||||
background-position: 62.546816479400746% 0;
|
||||
}
|
||||
|
||||
.icon--order {
|
||||
width: 100px ;
|
||||
height: 77px ;
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
.icon--pickup {
|
||||
width: 100px ;
|
||||
height: 93px ;
|
||||
background-position: 100% 0;
|
||||
}
|
||||
|
||||
.icon--workgroup {
|
||||
width: 100px ;
|
||||
height: 77px ;
|
||||
background-position: 100% 93%;
|
||||
}
|
Reference in New Issue
Block a user