Skip to content

Commit

Permalink
#558: Developer can style content types output differently per viewpo…
Browse files Browse the repository at this point in the history
…rt - Removed commented changed
  • Loading branch information
hannahnida committed Sep 8, 2020
1 parent e8b4cd7 commit 8b61768
Showing 1 changed file with 0 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,88 +43,6 @@ body {
}

.pagebuilder-stage {
//
// Headings
// ---------------------------------------------

//h1 {
// margin: 0 0 40px;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 40px,
// @_font-style: false,
// @_font-weight: @font-weight__light,
// @_line-height: 44px
// );
//}
//
//h2 {
// margin: 25px 0 20px;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 26px,
// @_font-style: false,
// @_font-weight: @font-weight__light,
// @_line-height: 1.1
// );
//}
//
//h3 {
// margin: 20px 0 10px;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 18px,
// @_font-style: false,
// @_font-weight: @font-weight__semibold,
// @_line-height: 1.1
// );
//}
//
//h4 {
// margin: 20px 0;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 14px,
// @_font-style: false,
// @_font-weight: @font-weight__bold,
// @_line-height: 1.1
// );
//}
//
//h5 {
// margin: 20px 0;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 12px,
// @_font-style: false,
// @_font-weight: @font-weight__bold,
// @_line-height: 1.1
// );
//}
//
//h6 {
// margin: 20px 0;
//
// .lib-typography(
// @_color: @color-gray20,
// @_font-family: false,
// @_font-size: 10px,
// @_font-style: false,
// @_font-weight: @font-weight__bold,
// @_line-height: 1.1
// );
//}

//
// Text
//
Expand Down

0 comments on commit 8b61768

Please sign in to comment.