habitica-self-host/website/client/assets/css/sprites/mixed.css
Matteo Pagliazzi 64754777ed New Client: working navigation (#8131)
* initial work

* new client: working navigation and tasks showing up

* finish header menu and add avatar component

* fix sprites in new client

* initial header version

* initial styling for top menu

* more progress on the header menu

* almost complete menu and avatar

* correctly apply active class for /social and /help

* fix header colors and simplify css

* switch from Roboto to native fonts

* remove small avatar and add viewport

* fixes

* fix user menu with and progress bars

* fix avatar rendeting

* move bars colors to theme

* add site overrides

* fix tests

* shrinkwrap

* fix sprites path

* another try at fixing the sprites path

* another try at fixing the sprites path
2016-11-18 19:20:25 +01:00

27 lines
No EOL
543 B
CSS

/* TODO adapt paths to new client */
/* Comment out for holiday events
.npc_ian {
background: url('/static/sprites/gif/npc_ian.gif') no-repeat;
width: 78px;
height: 135px;
}
*/
.quest_burnout {
background: url('/static/sprites/gif/quest_burnout.gif') no-repeat;
width: 219px;
height: 249px;
}
.quest_bewilder {
background: url('/static/sprites/gif/quest_bewilder.gif') no-repeat;
width: 219px;
height: 219px;
}
[class*='Mount_Head_'],
[class*='Mount_Body_'] {
margin-top: 18px; /* Sprite accommodates 105x123 box */
}