File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
src/stories/Library/Modals/modal-pause Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ $modal-pause-container-width: 550px;
2929}
3030
3131.datepickers {
32- margin-bottom : 80px ;
33-
3432 @include breakpoint-s {
3533 display : flex ;
3634 justify-content : space-between ;
@@ -53,9 +51,9 @@ $modal-pause-container-width: 550px;
5351 }
5452
5553 .datepicker {
56- width : 100% ;
5754 display : flex ;
5855 flex-direction : column ;
56+ width : 100% ;
5957 margin-bottom : $s-lg ;
6058
6159 @include breakpoint-s {
@@ -68,18 +66,4 @@ $modal-pause-container-width: 550px;
6866 }
6967 }
7068 }
71-
72- [type = " date" ] {
73- background : $c-global-primary
74- url (" https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png" )
75- 90% 50% no-repeat ;
76- }
77-
78- [type = " date" ]::-webkit-inner-spin-button {
79- display : none ;
80- }
81-
82- [type = " date" ]::-webkit-calendar-picker-indicator {
83- opacity : 0 ;
84- }
8569}
You can’t perform that action at this time.
0 commit comments