aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/less/docs.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-13 13:50:35 -0700
committerMark Otto <[email protected]>2014-07-13 13:50:35 -0700
commitb831dc06afdc65930436d4fb4e47307d01a1ef3e (patch)
tree573a24f5f2ac2d8ccc2addcc075bb48af9a4db86 /docs/assets/less/docs.less
parent66f7062e81842399755940f4c7aa5a053039d84c (diff)
downloadbootstrap-b831dc06afdc65930436d4fb4e47307d01a1ef3e.tar.xz
bootstrap-b831dc06afdc65930436d4fb4e47307d01a1ef3e.zip
more rems
Diffstat (limited to 'docs/assets/less/docs.less')
-rw-r--r--docs/assets/less/docs.less44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/assets/less/docs.less b/docs/assets/less/docs.less
index 1f6a8f595..0b6388c0b 100644
--- a/docs/assets/less/docs.less
+++ b/docs/assets/less/docs.less
@@ -1171,38 +1171,38 @@ body {
.bs-customizer .toggle {
float: right;
- margin-top: 25px;
+ margin-top: 1.5rem;
}
// Headings and form controls
.bs-customizer label {
- margin-top: 10px;
+ margin-top: .5rem;
font-weight: 500;
color: #555;
}
.bs-customizer h2 {
- padding-top: 30px;
+ padding-top: 2rem;
margin-top: 0;
- margin-bottom: 5px;
+ margin-bottom: .25rem;
}
.bs-customizer h3 {
margin-bottom: 0;
}
.bs-customizer h4 {
- margin-top: 15px;
+ margin-top: 1rem;
margin-bottom: 0;
}
.bs-customizer .bs-callout h4 {
margin-top: 0; // lame, but due to specificity we have to duplicate
- margin-bottom: 5px;
+ margin-bottom: .25rem;
}
.bs-customizer input[type="text"] {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
background-color: #fafafa;
}
.bs-customizer .help-block {
- margin-bottom: 5px;
- font-size: 12px;
+ margin-bottom: .25rem;
+ font-size: 75%;
}
// For the variables, use regular weight
@@ -1213,8 +1213,8 @@ body {
.bs-customizer-input {
float: left;
width: 33.333333%;
- padding-right: 15px;
- padding-left: 15px;
+ padding-right: 1rem;
+ padding-left: 1rem;
}
// Downloads
@@ -1229,7 +1229,7 @@ body {
right: 0;
left: 0;
z-index: 1030;
- padding: 15px 0;
+ padding: 1rem 0;
color: #fff;
background-color: #d9534f;
border-bottom: 1px solid #b94441;
@@ -1237,17 +1237,17 @@ body {
box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}
.bs-customizer-alert .close {
- margin-top: -4px;
- font-size: 24px;
+ margin-top: -.25rem;
+ font-size: 1.5rem;
}
.bs-customizer-alert p {
margin-bottom: 0;
}
.bs-customizer-alert .glyphicon {
- margin-right: 5px;
+ margin-right: .25rem;
}
.bs-customizer-alert pre {
- margin: 10px 0 0;
+ margin: .5rem 0 0;
color: #fff;
background-color: #a83c3a;
border-color: #973634;
@@ -1264,16 +1264,16 @@ body {
.bs-brand-logos {
display: table;
width: 100%;
- margin-bottom: 15px;
+ margin-bottom: 1rem;
overflow: hidden;
color: #563d7c;
background-color: #f9f9f9;
- border-radius: 4px;
+ border-radius: .25rem;
}
// Individual items
.bs-brand-item {
- padding: 60px 0;
+ padding: 4rem 0;
text-align: center;
}
.bs-brand-item + .bs-brand-item {
@@ -1284,8 +1284,8 @@ body {
background-color: #563d7c;
}
.bs-brand-item .svg {
- width: 144px;
- height: 144px;
+ width: 9rem;
+ height: 9rem;
}
// Heading content within
@@ -1325,7 +1325,7 @@ body {
border-left: 1px solid #fff;
}
.bs-brand-item h1 {
- font-size: 60px;
+ font-size: 4rem;
}
}
@@ -1373,5 +1373,5 @@ body {
border-color: @input-border-focus;
outline: 0;
outline: thin dotted \9; // IE9
- box-shadow: 0 0 8px @input-box-shadow-focus;
+ box-shadow: 0 0 .5rem @input-box-shadow-focus;
}