Skip to content

Commit

Permalink
fixup! Add date form component
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 23, 2022
1 parent 656a94e commit 7ae7412
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions system/partials/_date-picker.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
@mixin date-picker {
.ds-date {
@extend %ds-cluster-element;
.ds-field {
input {
margin: 10px 15px 5px 0;
border: 2px solid $black;
padding: $s1;
max-width: 5em;
color:$black;
}
&:last-child input {
max-width: 6em;
}
}
}
.ds-date {
@extend %ds-cluster-element;
.ds-field {
input {
margin: 10px 15px 5px 0;
border: 2px solid $black;
padding: $ss4;
max-width: 5em;
color:$black;
box-shadow: inset $ss2 $ss2 0 $blackOpacity;
box-sizing: border-box;
}
&:last-child input {
max-width: 6em;
}
}
}
}

0 comments on commit 7ae7412

Please sign in to comment.