File tree Expand file tree Collapse file tree 2 files changed +23
-13
lines changed
packages/clay-css/src/scss Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1
- .jumbotron {
2
- background-color : $jumbotron-bg ;
1
+ @if ($enable-bs4-deprecated ) {
2
+ .jumbotron {
3
+ background-color : $jumbotron-bg ;
3
4
4
- @include border-radius ($border-radius-lg );
5
+ @include border-radius ($border-radius-lg );
5
6
6
- color : $jumbotron-color ;
7
- margin-bottom : $jumbotron-padding ;
8
- padding : $jumbotron-padding ($jumbotron-padding / 2 );
7
+ color : $jumbotron-color ;
8
+ margin-bottom : $jumbotron-padding ;
9
+ padding : $jumbotron-padding ($jumbotron-padding / 2 );
9
10
10
- @include media-breakpoint-up (sm) {
11
- padding : ($jumbotron-padding * 2 ) $jumbotron-padding ;
11
+ @include media-breakpoint-up (sm) {
12
+ padding : ($jumbotron-padding * 2 ) $jumbotron-padding ;
13
+ }
12
14
}
13
- }
14
15
15
- .jumbotron-fluid {
16
- @include border-radius (0 );
16
+ .jumbotron-fluid {
17
+ @include border-radius (0 );
17
18
18
- padding-left : 0 ;
19
- padding-right : 0 ;
19
+ padding-left : 0 ;
20
+ padding-right : 0 ;
21
+ }
20
22
}
Original file line number Diff line number Diff line change
1
+ /// @deprecated as of v3.x with no replacement
2
+
1
3
$jumbotron-bg : $gray-200 !default ;
4
+
5
+ /// @deprecated as of v3.x with no replacement
6
+
2
7
$jumbotron-color : null !default ;
8
+
9
+ /// @deprecated as of v3.x with no replacement
10
+
3
11
$jumbotron-padding : 2rem !default ;
You can’t perform that action at this time.
0 commit comments