File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed
packages/clay-css/src/scss/cadmin/components Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change 65
65
}
66
66
}
67
67
68
- // List Group Horizontal
69
-
70
- @each $cadmin-breakpoint in map-keys ($cadmin-grid-breakpoints ) {
71
- @include media-breakpoint-up ($cadmin-breakpoint ) {
72
- $cadmin-infix : breakpoint-infix (
73
- $cadmin-breakpoint ,
74
- $cadmin-grid-breakpoints
75
- );
76
-
77
- .list-group-horizontal#{$cadmin-infix } {
78
- flex-direction : row ;
79
-
80
- .list-group-item {
81
- & :first-child {
82
- @include border-bottom-left-radius (
83
- $cadmin-list-group-border-radius
84
- );
85
- @include border-top-right-radius (0 );
86
- }
87
-
88
- & :last-child {
89
- @include border-top-right-radius (
90
- $cadmin-list-group-border-radius
91
- );
92
- @include border-bottom-left-radius (0 );
93
- }
94
-
95
- & .active {
96
- margin-top : 0 ;
97
- }
98
-
99
- + .list-group-item {
100
- border-left-width : 0 ;
101
- border-top-width : $cadmin-list-group-border-width ;
102
-
103
- & .active {
104
- border-left-width : $cadmin-list-group-border-width ;
105
- margin-left : - $cadmin-list-group-border-width ;
106
- }
107
- }
108
- }
109
- }
110
- }
111
- }
112
-
113
68
// List Group Header
114
69
115
70
.list-group-header {
You can’t perform that action at this time.
0 commit comments