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

Bootstrap Heading tags (H1) are being overwritten by Fuel UX CSS #930

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions less/utility.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down