• Home
  • Raw
  • Download

Lines Matching refs:btn

6 .btn-group,
7 .btn-group-vertical {
10 vertical-align: middle; // match .btn alignment given font-size hack above
11 > .btn {
25 .btn-group {
26 .btn + .btn,
27 .btn + .btn-group,
28 .btn-group + .btn,
29 .btn-group + .btn-group {
35 .btn-toolbar {
39 .btn-group,
43 > .btn,
44 > .btn-group,
50 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
54 // Set corners individual because sometimes a single button can be in a .btn-group and we need :fir…
55 .btn-group > .btn:first-child {
62 .btn-group > .btn:last-child:not(:first-child),
63 .btn-group > .dropdown-toggle:not(:first-child) {
67 // Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons w…
68 .btn-group > .btn-group {
71 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
74 .btn-group > .btn-group:first-child:not(:last-child) {
75 > .btn:last-child,
80 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
85 .btn-group .dropdown-toggle:active,
86 .btn-group.open .dropdown-toggle {
95 .btn-group-xs > .btn { &:extend(.btn-xs); }
96 .btn-group-sm > .btn { &:extend(.btn-sm); }
97 .btn-group-lg > .btn { &:extend(.btn-lg); }
104 .btn-group > .btn + .dropdown-toggle {
108 .btn-group > .btn-lg + .dropdown-toggle {
115 .btn-group.open .dropdown-toggle {
118 // Show no shadow for `.btn-link` since it has no other button styles.
119 &.btn-link {
126 .btn .caret {
130 .btn-lg .caret {
135 .dropup .btn-lg .caret {
143 .btn-group-vertical {
144 > .btn,
145 > .btn-group,
146 > .btn-group > .btn {
154 > .btn-group {
156 > .btn {
161 > .btn + .btn,
162 > .btn + .btn-group,
163 > .btn-group + .btn,
164 > .btn-group + .btn-group {
170 .btn-group-vertical > .btn {
183 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
186 .btn-group-vertical > .btn-group:first-child:not(:last-child) {
187 > .btn:last-child,
192 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
200 .btn-group-justified {
205 > .btn,
206 > .btn-group {
211 > .btn-group .btn {
215 > .btn-group .dropdown-menu {
234 > .btn,
235 > .btn-group > .btn {