mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
12 lines
330 B
CSS
12 lines
330 B
CSS
.welcome_promo_party {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
|
|
background-position: 0px 0px;
|
|
width: 270px;
|
|
height: 180px;
|
|
}
|
|
.welcome_sample_tasks {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
|
|
background-position: -271px 0px;
|
|
width: 246px;
|
|
height: 165px;
|
|
}
|