Skip to content

some ideas #11

@Hedde

Description

@Hedde

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";
}

schermafbeelding 2015-05-18 om 22 39 46

  • some common mixins might be nice, e.g. btn-group

schermafbeelding 2015-05-18 om 22 39 37

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions