OwnerRez Reset Brand - Defined styles vs Bootstrap/OwnerRez inherited defaults
0 on headings. Buttons, labels, and body text inherit from Bootstrap (which may vary).
1.428571429, but elements may vary.
#000, but general links inherit Bootstrap blue (#337ab7).
Check out our amenities page for more details about the property features.
| Property | Current Value | Status |
|---|---|---|
| font-size | 14px |
Defined |
| font-weight | 700 |
Defined |
| text-transform | uppercase |
Defined |
| letter-spacing | normal (browser default) |
Not Set |
| line-height | 1.428... (Bootstrap) |
Not Set |
| transition | Bootstrap default or none | Not Set |
| :focus outline | Bootstrap blue glow | Needs Override |
| Property | Current Value | Status |
|---|---|---|
| font-size | 14px |
Defined |
| font-weight | 700 |
Defined |
| text-transform | uppercase |
Defined |
| border-color | #000 |
Defined |
| letter-spacing | normal |
Not Set |
| line-height | 1.428... |
Not Set |
| :focus box-shadow | Bootstrap blue glow | Needs Override |
| :focus border-color | #66afe9 |
Needs Override |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
/* ============================================
TYPOGRAPHY CONSISTENCY FIXES
============================================ */
/* Global letter-spacing reset */
body,
.btn,
.form-control,
label {
letter-spacing: 0 !important;
}
/* Global line-height for interactive elements */
.btn,
.btn-default,
.form-control,
.navbar-cabin a {
line-height: 1.5 !important;
}
/* Override Bootstrap link colors */
a {
color: #000000 !important;
}
a:hover,
a:focus {
color: #000000 !important;
text-decoration: underline !important;
}
/* Remove Bootstrap focus glow */
.btn:focus,
.btn-default:focus,
.form-control:focus {
outline: none !important;
box-shadow: none !important;
border-color: #000000 !important;
}
/* Or use a Swiss-style focus indicator */
.btn:focus,
.form-control:focus {
outline: 2px solid #000000 !important;
outline-offset: 2px !important;
}
/* Remove any transitions for sharp interactions */
.btn,
.btn-default,
.form-control,
a {
transition: none !important;
}