File tree Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,16 @@ $modal-pause-container-width: 550px;
5757 display : flex ;
5858 flex-direction : column ;
5959 margin-bottom : 75px ;
60-
60+
6161 @include breakpoint-s {
6262 margin-bottom : 0 ;
6363 }
6464 }
6565
6666 [type = " date" ] {
67- background : $c-global-primary url (" https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png" ) 90% 50% no-repeat ;
67+ background : $c-global-primary
68+ url (" https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png" )
69+ 90% 50% no-repeat ;
6870 }
6971
7072 [type = " date" ]::-webkit-inner-spin-button {
@@ -81,4 +83,4 @@ $modal-pause-container-width: 550px;
8183 width : 18px ;
8284 height : 19px ;
8385 }
84- }
86+ }
Original file line number Diff line number Diff line change 11.autosuggest {
22 & __divider {
3- width : 100% ;
4- display : block ;
3+ width : 100% ;
4+ display : block ;
55 height : 1px ;
6- border : 0 ;
6+ border : 0 ;
77 border-top : 1px solid $c-global-tertiary-1 ;
8- margin : 20px 0 ;
8+ margin : 20px 0 ;
99 padding : 0 ;
1010 }
1111
1212 & __materials {
1313 display : flex ;
1414 flex-direction : column ;
15-
15+
1616 @include breakpoint-m {
1717 flex-direction : row ;
1818 justify-content : center ;
5959 flex-direction : column ;
6060 justify-content : center ;
6161 text-overflow : ellipsis ;
62- overflow : hidden ;
62+ overflow : hidden ;
6363 white-space : nowrap ;
6464 }
6565
6666 & __title {
6767 color : $c-text-secondary-gray ;
6868 line-height : 24px ;
6969 text-overflow : ellipsis ;
70- overflow : hidden ;
70+ overflow : hidden ;
7171 white-space : nowrap ;
7272 }
7373
7474 & __author {
7575 color : $c-text-primary-black ;
7676 line-height : 24px ;
7777 text-overflow : ellipsis ;
78- overflow : hidden ;
78+ overflow : hidden ;
7979 white-space : nowrap ;
8080 }
8181}
Original file line number Diff line number Diff line change 55 left : 0 ;
66 right : 0 ;
77 top : calc (100% + 1px );
8-
8+
99 @include breakpoint-m {
1010 padding-top : 16px ;
1111 }
12-
1312
1413 & __text {
1514 height : 40px ;
2019 background-color : $c-global-secondary ;
2120 cursor : pointer ;
2221 }
23-
22+
2423 & --highlight {
2524 background-color : $c-global-secondary ;
2625 }
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ $c-signal-alert: #d5364a;
4747 --c-signal-success : #068802 ;
4848 --c-signal-aware : #f7bf42 ;
4949 --c-signal-alert : #d5364a ;
50- }
50+ }
You can’t perform that action at this time.
0 commit comments