aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19reboot.scss: typoPaul Irish1-1/+1
2015-08-19Fixed a typo (disaabled).Sid Roberts1-1/+1
2015-08-19Card variables should be in _variables.scssKevin Kirsche2-9/+10
Fixes #17061
2015-08-19reboot.scss typoPaul Irish1-1/+1
2015-08-19Update _variables.scssChris Bell1-1/+1
Fixed spelling mistake. Changed table of "ontents" to "Contents".
2015-08-18remove commented out nav stylesMark Otto1-38/+0
2015-08-18rewrite active and disabled styles for navsMark Otto1-18/+13
2015-08-18overhaul custom selects with latest from primer, shoutoutMark Otto1-103/+35
2015-08-18tweak navbar nav spacingMark Otto1-1/+10
2015-08-18shoutout navbar-dividerMark Otto1-0/+23
2015-08-18rewrite navbar once more for lower key styles and a new take on modifiers ↵Mark Otto2-118/+47
for improved customization
2015-08-18rename .inverse to .bg-inverse, add .bg-fadedMark Otto1-1/+5
2015-08-17rewrite navbar bits some moreMark Otto2-122/+53
2015-08-17no bg-color to start on outline buttons so they're easier to use on light ↵Mark Otto1-1/+1
and dark color schemes
2015-08-17really temporarily disable those heightsMark Otto1-2/+2
2015-08-17tighten up padding on inputs and buttons, disable fixed heights for nowMark Otto1-5/+5
2015-08-17tweak heading sizesMark Otto1-2/+2
2015-08-17clean out comments that aren't all that helpfulMark Otto31-147/+8
2015-08-17allow <button> elements as .dropdown-item'sMark Otto1-0/+6
2015-08-17un-nest .dropdown-dividerMark Otto1-4/+4
2015-08-17Rewrite dropdownsMark Otto1-38/+34
- Remove nested > selectors for dropdown items - Update docs examples to use all the new markup
2015-08-14Massive cleanupMark Otto2-16/+51
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-14update utils, use importantMark Otto1-51/+60
2015-08-13Use -* vars for .bg-* and .text-* utilitiesMark Otto2-14/+9
- Simplifies variables usage - Makes components and brand variable usage more consistent (dark bg and white text throughout instead of some mixed light and dark bgs) - Very likely means lower contrast and thus no more AA compliance (we'll want to fix that eventually obviously)
2015-08-13variables cleanupMark Otto2-18/+21
- new vars for .lead size and weight (previously had none) - new var for default margin-bottom on h1-h6 elements (previously had none) - rearranged vars to combine two typography sections into one in variables.scss - reassigned border-width var to hr-border-width - made hr-border more specific as hr-border-color
2015-08-13use conditional mixin for transitions on buttonsMark Otto1-1/+1
2015-08-13add note about variable structureMark Otto1-0/+4
2015-08-13nuke the shared padding vars and assign to individual componentsMark Otto7-37/+46
- no real need for everything to be 100% shared - padding looked and felt too large for inputs but not for buttons - tying forms and buttons seems fine, but throwing in pagination feels wrong
2015-08-12Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-1/+2
2015-08-12move form validation icon vars to variables fileMark Otto2-5/+5
2015-08-12fix breadcrumbs libsass contentThomas McDonald1-1/+2
2015-08-12Remove .help-block entirelyMark Otto1-13/+0
- Fixes #13267 somewhat. - Instead of a single, block-level class, let's use a combination of existing elements and classes. - For block-level help text, use p.text-muted. - For inline-level help text, use span.text-muted or small.text-muted.
2015-08-12Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-5/+0
2015-08-12fix fat's broke js... jk it was my shitty cssMark Otto1-1/+2
2015-08-12remove .badge class from buttonsThomas McDonald1-5/+0
2015-08-12simpler type, docs callout for reproducing the v3 style headings and small textMark Otto1-19/+2
2015-08-12remove hella vars from the jumbotronMark Otto2-14/+1
2015-08-12small vars changeMark Otto1-1/+3
2015-08-10reorder variables, rename -color to -colorMark Otto4-73/+91
2015-08-10no more use for thatMark Otto1-1/+0
2015-08-10remove unused badge varsMark Otto1-14/+0
2015-08-10clarify commentMark Otto1-1/+1
2015-08-10remove unused variableMark Otto1-1/+0
2015-08-10addresses #14217, add responsive text alignment classesMark Otto1-1/+33
2015-08-10dropdown fixes and dropdown docs tweaksMark Otto1-1/+1
2015-08-09really fix those outline buttonsMark Otto2-3/+51
2015-08-09docs rearrangeMark Otto1-0/+3
2015-08-09update button borders to match bgs for easier outline button stylingMark Otto1-5/+5
2015-08-09shoutout to outline buttonsMark Otto1-0/+6
2015-08-09add basic figure supportMark Otto1-0/+17