Skip to content

Instantly share code, notes, and snippets.

@cemre
Created August 19, 2012 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemre/3397105 to your computer and use it in GitHub Desktop.
Save cemre/3397105 to your computer and use it in GitHub Desktop.
Sprintly user stylesheet
* {
font-family: "helvetica neue" !important;
text-shadow: none !important;
}
#main-wrapper {
background-image: none !important;
background-color: rgb(248, 248, 243) !important;
}
#add-item-container .form_container.story .form .row,
#add-item-container .form_container.story .form input {
font-size: 24px !important;
height: auto !important;
}
#add-item-container .form_container.story .form label.who, #add-item-container .form_container.story .form label.what, #add-item-container .form_container.story .form label.why {
top: 40px !important;
}
.product_dashboard .task div.card_content, .product_timeline .task div.card_content, .product_item_view .task div.card_content, .product_items .task div.card_content, .product_timelines .task div.card_content {
border: none !important;
box-shadow: none !important;
}
.product_dashboard .card, .product_timeline .card, .product_item_view .card, .product_items .card, .product_timelines .card {
border: none !important;
}
.product_dashboard .card div.card_content .info, .product_timeline .card div.card_content .info, .product_item_view .card div.card_content .info, .product_items .card div.card_content .info, .product_timelines .card div.card_content .info {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment