diff --git a/client/core/src/datePicker/style.scss b/client/core/src/datePicker/style.scss new file mode 100644 index 0000000000..f1bd30dabe --- /dev/null +++ b/client/core/src/datePicker/style.scss @@ -0,0 +1,12 @@ +vn-date-picker { + .mdl-chip__action { + position: absolute; + top: 0px; + right: -6px; + margin: 22px 0px; + background-color: white; + } + .material-icons { + font-size: 18px; + } +} \ No newline at end of file