Maintenance and a little bit more content
- added favicon - changes to the gulp sprite module - changes to gulp linting - fixed javascript scroll function and added setup function content - fixed javascript indentation - new error pages - changed css for link colors - fixed css sprites
This commit is contained in:
parent
8d9f440ac2
commit
90894f3253
35 changed files with 273 additions and 200 deletions
|
|
@ -88,24 +88,27 @@
|
|||
}
|
||||
|
||||
.demo__sprite_down {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url(../art/sprites.png);
|
||||
background-position: -32px 0;
|
||||
@include sprite($down);
|
||||
// width: 32px;
|
||||
// height: 32px;
|
||||
// background-image: url(../art/sprites.png);
|
||||
// background-position: -32px 0;
|
||||
}
|
||||
|
||||
.demo__sprite_up {
|
||||
width: 32px;
|
||||
height: 64px;
|
||||
background-image: url(../art/sprites.png);
|
||||
background-position: 0 0;
|
||||
@include sprite($up);
|
||||
// width: 32px;
|
||||
// height: 64px;
|
||||
// background-image: url(../art/sprites.png);
|
||||
// background-position: 0 0;
|
||||
}
|
||||
|
||||
.demo__sprite_meta {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url(../art/sprites.png);
|
||||
background-position: -32px 32px;
|
||||
@include sprite($meta);
|
||||
// width: 32px;
|
||||
// height: 32px;
|
||||
// background-image: url(../art/sprites.png);
|
||||
// background-position: -32px 32px;
|
||||
}
|
||||
|
||||
.demo__avatar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue