UNPKG

331 BSCSSView Raw
1.#{$css-prefix}time-picker2-footer {
2 width: min-content;
3 min-width: 100%;
4 box-sizing: border-box;
5 text-align: center;
6 border-top: 1px solid #F0F0F0;
7 padding: 4px 12px;
8 display: flex;
9 min-height: 40px;
10 align-items: center;
11 flex-wrap: wrap;
12
13 &-actions {
14 margin-left: auto;
15 }
16}