mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
16 lines
254 B
SCSS
16 lines
254 B
SCSS
|
.d-date-time-input {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
border: 1px solid $primary-low;
|
||
|
width: 258px;
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
flex: 1;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.date-picker,
|
||
|
.fields {
|
||
|
border: 0;
|
||
|
}
|
||
|
}
|