<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.date-selector {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    -border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.date-selector.has-error {
    
}
.date-selector &gt; .date-selector__input {
    flex-grow: 1;
    display: inline-block;
    width: 100%;
}
.date-selector &gt; .date-selector__input &gt; * {
    height: 34px;
    padding: 6px 12px;
    width: 100%;
    border-width: 0;
    background-color: transparent;
    line-height: 1.42857143;
}
.date-selector &gt; .date-selector__input &gt; input.date-selector__day {
    border-radius: 4px;
    border-radius: 4px;
    -border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.date-selector &gt; .date-selector__input &gt; .date-selector__month {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.date-selector &gt; .date-selector__input &gt; input.date-selector__year {
    border-radius: 4px;
    -border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
</pre></body></html>