habitica-self-host/public/css/challenges.styl
Tyler Renelle 646a5c942b [#1716 #1705] working modal for challenge.participants.stats! also don't
scroll to top of page. We'll want to test that this doesn't break
anything else in the app, @paglias looks like the guys on that thread
felt pretty dirty about this workaround for some reason
2013-11-02 16:07:12 -07:00

21 lines
No EOL
476 B
Stylus

ul.challenge-accordion-header-specs
list-style:none
li
background-color: darken($neutral, 10%)
margin: 2px 5px
float:left
#create-challenge-btn
margin-bottom: 10px
#challenges-filters h3
margin-top: 0px;
// for things like challenges, member profiles, etc
@media (min-width: 767px)
.wide-modal
/* new custom width */
width: 1020px;
/* must be half of the width, minus scrollbar on the left (30px) */
margin-left: -480px;