UNPKG

722 BSCSSView Raw
1@import "../node_modules/tinper-bee-core/scss/minxin-variables";
2@import "../node_modules/tinper-bee-core/scss/minxin-mixins";
3
4.u-input-group-addon {
5 padding: 6px 12px;
6 font-size: 14px;
7 font-weight: 400;
8 line-height: 1;
9 color: #505F79;
10 text-align: center;
11 background-color: #eee;
12 border: 1px solid $border-color-base;
13 border-radius: $border-radius;
14 width: 1%;
15 white-space: nowrap;
16 vertical-align: middle;
17 display: table-cell;
18 &:last-child {
19 border-left: 0;
20 border-top-left-radius: 0;
21 border-bottom-left-radius: 0;
22 }
23 &:first-child {
24 border-right: 0;
25 border-bottom-right-radius: 0;
26 border-top-right-radius: 0;
27 }
28}
\No newline at end of file