UNPKG

172 BSCSSView Raw
1@mixin DateTimePicker() {
2 .rw-popup {
3 display: flex;
4 flex-direction: column;
5
6 & > .rw-time-input {
7 align-self: center;
8 margin: 1em 0;
9 }
10 }
11}