2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

rems: code

This commit is contained in:
Mark Otto
2014-07-08 01:02:59 -07:00
parent dae5ec5416
commit 413750a03c
16 changed files with 182 additions and 178 deletions
+3 -3
View File
@@ -101,9 +101,9 @@
@line-height-large: 1.33;
@line-height-small: 1.5;
@border-radius-base: 4px;
@border-radius-large: 6px;
@border-radius-small: 3px;
@border-radius-base: .2rem;
@border-radius-large: .3rem;
@border-radius-small: .2rem;
//** Global color for active items (e.g., navs or dropdowns).
@component-active-color: #fff;