File tree 7 files changed +14
-14
lines changed
site/docs/4.3/assets/scss
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 10
10
white-space : nowrap ;
11
11
12
12
// Generate the caret automatically
13
- @include caret ;
13
+ @include caret () ;
14
14
}
15
15
16
16
// The dropdown menu
Original file line number Diff line number Diff line change 6
6
// which weren't expecting the images within themselves to be involuntarily resized.
7
7
// See also https://github.com/twbs/bootstrap/issues/18178
8
8
.img-fluid {
9
- @include img-fluid ;
9
+ @include img-fluid () ;
10
10
}
11
11
12
12
19
19
@include box-shadow ($thumbnail-box-shadow );
20
20
21
21
// Keep them at most 100% wide
22
- @include img-fluid ;
22
+ @include img-fluid () ;
23
23
}
24
24
25
25
//
Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ mark,
82
82
//
83
83
84
84
.list-unstyled {
85
- @include list-unstyled ;
85
+ @include list-unstyled () ;
86
86
}
87
87
88
88
// Inline turns list items into inline-block
89
89
.list-inline {
90
- @include list-unstyled ;
90
+ @include list-unstyled () ;
91
91
}
92
92
.list-inline-item {
93
93
display : inline-block ;
Original file line number Diff line number Diff line change 33
33
vertical-align : $caret-vertical-align ;
34
34
content : " " ;
35
35
@if $direction == down {
36
- @include caret-down ;
36
+ @include caret-down () ;
37
37
} @else if $direction == up {
38
- @include caret-up ;
38
+ @include caret-up () ;
39
39
} @else if $direction == right {
40
- @include caret-right ;
40
+ @include caret-right () ;
41
41
}
42
42
}
43
43
51
51
margin-right : $caret-spacing ;
52
52
vertical-align : $caret-vertical-align ;
53
53
content : " " ;
54
- @include caret-left ;
54
+ @include caret-left () ;
55
55
}
56
56
}
57
57
Original file line number Diff line number Diff line change 10
10
overflow : hidden ;
11
11
color : $bd-purple ;
12
12
background-color : #f9f9f9 ;
13
- @include border-radius ;
13
+ @include border-radius () ;
14
14
15
15
.inverse {
16
16
color : $white ;
79
79
height : 4rem ;
80
80
margin-right : .25rem ;
81
81
margin-left : .25rem ;
82
- @include border-radius ;
82
+ @include border-radius () ;
83
83
84
84
@include media-breakpoint-up (md) {
85
85
width : 6rem ;
Original file line number Diff line number Diff line change 8
8
margin-bottom : 1.25rem ;
9
9
border : 1px solid #eee ;
10
10
border-left-width : .25rem ;
11
- @include border-radius ;
11
+ @include border-radius () ;
12
12
13
13
h4 {
14
14
margin-top : 0 ;
20
20
}
21
21
22
22
code {
23
- @include border-radius ;
23
+ @include border-radius () ;
24
24
}
25
25
26
26
+ .bd-callout {
Original file line number Diff line number Diff line change 27
27
color : #818a91 ;
28
28
background-color : transparent ;
29
29
border : 0 ;
30
- @include border-radius ;
30
+ @include border-radius () ;
31
31
32
32
& :hover {
33
33
color : $white ;
You can’t perform that action at this time.
0 commit comments