File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 13
13
//
14
14
15
15
.rounded {
16
- @include border-radius ( $border-radius ) ;
16
+ border-radius : $border-radius !important ;
17
17
}
18
18
.rounded-top {
19
- @include border-top-radius ($border-radius );
19
+ border-top-left-radius : $border-radius !important ;
20
+ border-top-right-radius : $border-radius !important ;
20
21
}
21
22
.rounded-right {
22
- @include border-right-radius ($border-radius );
23
+ border-top-right-radius : $border-radius !important ;
24
+ border-bottom-right-radius : $border-radius !important ;
23
25
}
24
26
.rounded-bottom {
25
- @include border-bottom-radius ($border-radius );
27
+ border-bottom-left-radius : $border-radius !important ;
28
+ border-bottom-right-radius : $border-radius !important ;
26
29
}
27
30
.rounded-left {
28
- @include border-left-radius ($border-radius );
31
+ border-top-left-radius : $border-radius !important ;
32
+ border-bottom-left-radius : $border-radius !important ;
29
33
}
30
34
31
35
.rounded-circle {
You can’t perform that action at this time.
0 commit comments