Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Bootstrap Heading tags (H1) are being overwritten by Fuel UX CSS
Browse files Browse the repository at this point in the history
BenjaminNeilDavis committed Dec 10, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5a07f96 commit c4a0ec4
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions less/utility.less
Original file line number Diff line number Diff line change
@@ -7,46 +7,13 @@
font-family: @monoFontFamily;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
margin: 0;
}

.text-sm {
font-size: @fontSizeSmall;
}
.text-lg {
font-size: @fontSizeLarge;
}

h1, .h1 { font-size: @font-size-h1; }
h2, .h2 { font-size: @font-size-h2; }
h3, .h3 { font-size: @font-size-h3; }
h4, .h4 { font-size: @font-size-h4; }
h5, .h5 { font-size: @font-size-h5; }
h6, .h6 { font-size: @font-size-h6; }

.text-dimmed {
.text-emphasis-variant(@text-dimmed);
}
.text-muted {
.text-emphasis-variant(@text-muted);
}
.text-primary {
.text-emphasis-variant(@textColor);
}
.text-success {
.text-emphasis-variant(@text-success);
}
.text-info {
.text-emphasis-variant(@text-info);
}
.text-warning {
.text-emphasis-variant(@text-warning);
}
.text-danger {
.text-emphasis-variant(@text-danger);
}

// Padding
// -------------------------
.padding {

0 comments on commit c4a0ec4

Please sign in to comment.