body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
- font-size: 1.4rem;
line-height: 20px;
color: #333333;
background-color: #ffffff;
.lead {
margin-bottom: 20px;
- font-size: 21px;
- font-size: 2.1rem;
+ font-size: 21;
font-weight: 200;
- line-height: 1.3;
+ line-height: 1.4;
}
small {
.panel-heading {
padding: 10px 15px;
margin: -15px -15px 15px;
- font-size: 16px;
- font-size: 1.6rem;
+ font-size: 17.5;
font-weight: 500;
background-color: #f5f5f5;
border-bottom: 1px solid #dddddd;
.panel-heading {
margin: -15px -15px 15px;
padding: 10px 15px;
- .font-size(16);
+ font-size: @font-size-base * 1.25;
font-weight: 500;
background-color: @panel-heading-bg;
border-bottom: 1px solid @panel-border;
body {
font-family: @font-family-base;
- .font-size();
+ font-size: 14px;
line-height: @line-height-base;
color: @text-color;
background-color: @body-background;
}
.lead {
margin-bottom: @line-height-base;
- .font-size((@font-size-base * 1.5));
+ font-size: (@font-size-base * 1.5);
font-weight: 200;
- line-height: 1.3;
+ line-height: 1.4;
}