Created
August 19, 2012 19:15
-
-
Save cemre/3397105 to your computer and use it in GitHub Desktop.
Sprintly user stylesheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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