-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
I have spent sometime with the flat theme, great work. Here's some thoughts that might be worth a thought
- port the css to compass
- replace all common styles with variables defined in a _variables.scss so there's a straight forward way to compile the flat theme with your own preferences
- replace icons with fontawesome or halflings, e.g.
.related-lookup:before {
font-family: "FontAwesome";
content: "\f002";
}- some common mixins might be nice, e.g. btn-group
I'm not sure where django's admin style is heading, but if it is eager to include something like flat into core, it would be nice to have something more flexible than another (yet slick 👍 ) set of css files :-)
Reactions are currently unavailable

