Rev 18321 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18321 | Rev 18324 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | /* Add border radius around group */ |
11 | /* Add border radius around group */ |
12 | div.input-group>:first-child { |
12 | div.input-group>:first-child { |
13 | border-radius: 5px 0 0 5px; |
13 | border-radius: 5px 0 0 5px; |
14 | } |
14 | } |
15 | 15 | ||
- | 16 | div.input-group>:last-child, |
|
16 | div.input-group>:last-child>button, |
17 | div.input-group>:last-child>button, |
17 | div.input-group>:last-child>.button { |
18 | div.input-group>:last-child>.button { |
18 | border-radius: 0 5px 5px 0; |
19 | border-radius: 0 5px 5px 0; |
19 | } |
20 | } |
20 | 21 | ||
Line 31... | Line 32... | ||
31 | width: 100%; |
32 | width: 100%; |
32 | margin-bottom: 1rem; |
33 | margin-bottom: 1rem; |
33 | align-items: stretch; |
34 | align-items: stretch; |
34 | } |
35 | } |
35 | 36 | ||
- | 37 | /* |
|
36 | .input-group > :first-child, |
38 | .input-group > :first-child, |
37 | .input-group > :first-child.input-group-button > * { |
39 | .input-group > :first-child.input-group-button > * { |
38 | border-radius: 0; |
40 | border-radius: 0; |
39 | } |
41 | } |
40 | 42 | ||
- | 43 | .input-group > :last-child, |
|
41 |
|
44 | .input-group > :last-child.input-group-button > * { |
42 | border-radius: 0; |
45 | border-radius: 0; |
43 | } |
46 | } |
- | 47 | */ |
|
44 | 48 | ||
45 | .input-group-button a, |
49 | .input-group-button a, |
46 | .input-group-button input, |
50 | .input-group-button input, |
47 | .input-group-button button, |
51 | .input-group-button button, |
48 | .input-group-button label, |
52 | .input-group-button label, |