Esri / calcite-bootstrap

A Calcite theme and a custom build system for building Bootstrap apps.
http://esri.github.io/calcite-bootstrap/
Apache License 2.0
48 stars 29 forks source link

Code needs Calcite styling #12

Closed TheBlueDog closed 9 years ago

TheBlueDog commented 9 years ago

The module is currently using the default Bootstrap styling as shown below.

screen shot 2015-06-22 at 2 57 21 pm

Bootstrap Docs

Tasks

TheBlueDog commented 9 years ago

@CassidyB Are there any specs for colors here?

CassidyB commented 9 years ago

@TheBlueDog Not sure I know what is going on here?

TheBlueDog commented 9 years ago

This is for styling of when code appears in a page. Take a look at the Bootstrap Docs.

Currently if you warp something in the < code > tags the text is #c7254e with a background of #f9f2f4.

the < kbd > tag makes it look like keyboard keys. Text is #fff and background is #333.

< pre > tags get text color of $gray-dark and background is #f5f5f5 and border is #ccc.

TheBlueDog commented 9 years ago

Adjusted the KBD styling to add radius back in to make it look more keyboard. Radius was negated by the global variable to square more components. Also adjusted colors to use our variables.

screen shot 2015-08-02 at 3 53 48 pm