UNPKG

1.16 kBCSSView Raw
1/* FormGroup */
2/* Navlayout */
3.u-input-group-btn {
4 font-size: 0;
5 white-space: nowrap;
6 position: relative;
7 width: 1%;
8 vertical-align: middle;
9 display: table-cell; }
10 .u-input-group-btn .u-button {
11 position: relative; }
12
13.u-input-group-btn:first-child > button, .u-input-group-btn:first-child > .btn-group > button, .u-input-group-btn:first-child > .dropdown-toggle, .u-input-group-btn:last-child > .btn-group:not(:last-child) > button, .u-input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle) {
14 border-bottom-right-radius: 0;
15 border-top-right-radius: 0; }
16
17.u-input-group-btn:first-child > .btn-group:not(:first-child) > button, .u-input-group-btn:first-child > button:not(:first-child), .u-input-group-btn:last-child > button, .u-input-group-btn:last-child > .btn-group > button, .u-input-group-btn:last-child > .dropdown-toggle {
18 border-bottom-left-radius: 0;
19 border-top-left-radius: 0; }
20
21.u-input-group-btn:last-child > button, .u-input-group-btn:last-child > .btn-group {
22 margin-left: -1px; }
23
24.u-input-group-btn:first-child > button, .u-input-group-btn:first-child > .btn-group {
25 margin-right: -1px; }