UNPKG

1.23 kBSCSSView Raw
1@import "../node_modules/tinper-bee-core/scss/minxin-variables";
2@import "../node_modules/tinper-bee-core/scss/minxin-mixins";
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-button{
11 position: relative;
12 }
13}
14
15.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) {
16 border-bottom-right-radius: 0;
17 border-top-right-radius: 0;
18}
19
20.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{
21 border-bottom-left-radius: 0;
22 border-top-left-radius: 0;
23}
24.u-input-group-btn:last-child>button, .u-input-group-btn:last-child>.btn-group {
25 margin-left: -1px;
26}
27.u-input-group-btn:first-child>button, .u-input-group-btn:first-child>.btn-group {
28 margin-right: -1px;
29}