File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323.htmlContent h1 {
2424 @include heading-2 ;
2525
26- @include desktop-large- up {
26+ @include desktop-up {
2727 @include heading-1 ;
2828 }
2929
3939.htmlContent h2 {
4040 @include heading-3 ;
4141
42- @include desktop-large- up {
42+ @include desktop-up {
4343 @include heading-2 ;
4444 }
4545
Original file line number Diff line number Diff line change 5353 @include heading-2 ;
5454 @include ensure-max-text-height (4 , $line-height-m );
5555
56- @include desktop-large- up {
56+ @include desktop-up {
5757 @include heading-1-xxl ;
5858 @include ensure-max-text-height (2 , $line-height-xl );
5959 }
Original file line number Diff line number Diff line change 44 .prezly- slate- heading--heading-1 {
55 @include heading- 2;
66
7- @include desktop-large- up {
7+ @include desktop-up {
88 @include heading-1 ;
99 }
1010
Original file line number Diff line number Diff line change 1515 padding-right : $grid-spacing-desktop ;
1616 max-width : $grid-container-max-width ;
1717 }
18-
19- @include desktop-large-up {
20- padding-left : $grid-spacing-desktop-large ;
21- padding-right : $grid-spacing-desktop-large ;
22- }
2318}
2419
2520/*
Original file line number Diff line number Diff line change 11@import " ../variables/breakpoints" ;
22
33@mixin mobile-only {
4- @media screen and (max-width : $breakpoint-tablet ) {
4+ @media screen and (max-width : $breakpoint-tablet - 1 px ) {
55 @content ;
66 }
77}
88
99@mixin tablet-up {
10- @media screen and (min-width : $breakpoint-tablet + 1 px ) {
10+ @media screen and (min-width : $breakpoint-tablet ) {
1111 @content ;
1212 }
1313}
1414
1515@mixin tablet-only {
16- @media screen and (min-width : $breakpoint-tablet + 1 px ) and (max-width : $breakpoint-desktop ) {
16+ @media screen and (min-width : $breakpoint-tablet ) and (max-width : $breakpoint-desktop ) {
1717 @content ;
1818 }
1919}
2020
2121@mixin desktop-up {
22- @media screen and (min-width : $breakpoint-desktop + 1px ) {
23- @content ;
24- }
25- }
26-
27- @mixin desktop-large-up {
28- @media screen and (min-width : $breakpoint-desktop-large + 1px ) {
22+ @media screen and (min-width : $breakpoint-desktop ) {
2923 @content ;
3024 }
3125}
Original file line number Diff line number Diff line change 1- $breakpoint-tablet : 414px ;
2- $breakpoint-desktop : 768px ;
3- $breakpoint-desktop-large : 1024px ;
1+ $breakpoint-tablet : 768px ;
2+ $breakpoint-desktop : 1024px ;
43$breakpoint-cards-small : 600px ;
54$breakpoint-cards-medium : 940px ;
Original file line number Diff line number Diff line change @@ -19,6 +19,5 @@ $grid-gutter-tablet: 2.5rem; // 40px
1919$grid-spacing-tablet : 2.5rem ; // 40px
2020$grid-gutter-desktop : 2.5rem ; // 40px
2121$grid-spacing-desktop : 2.5rem ; // 40px
22- $grid-spacing-desktop-large : 5rem ; // 80px
2322
2423$grid-container-max-width : 1280px ; // 1120px + 80px spacing on the sides
You can’t perform that action at this time.
0 commit comments