File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
components/FeatureSelector Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22
33.feature-preview {
44 text-align : center ;
5- /* padding: (8 * $base-unit) (12 * $base-unit) ;*/
6- /* background: url('./images/Device-iPhone.svg') no-repeat;*/
7- background-color : #FBFDFF ;
5+ // padding: (8 * $base-unit) (12 * $base-unit) ;
6+ // background: url('./images/Device-iPhone.svg') no-repeat;
7+ background-color : #fbfdff ;
88 background-position : 50% 22px ;
99 padding : 8 * $base-unit ;
1010 border-left : 1px solid $tc-dark-blue-30 ;
11+ min-width : 260px ;
12+ display : block ;
13+
1114 .feature-preview-img {
1215 background : url (' ./images/Device-iPhone.svg' ) no-repeat ;
1316 /* padding: (8 * $base-unit) (12 * $base-unit) ;*/
1619 max-width : 273px ;
1720 background-size : contain ;
1821 }
22+
1923 img {
2024 display : inline-block ;
2125 width : 100% ;
Original file line number Diff line number Diff line change @@ -50,15 +50,19 @@ $title-color: $tc-gray-80;
5050 .x-mark-icon {
5151 display : inline-block ;
5252 margin : 0 0 0 5px ;
53- vertical-align : text-bottom ;
5453 transition : all 200ms ease-in-out ;
54+
55+ & > svg {
56+ padding-top : 3px ;
57+ transition : all 200ms ease-in-out ;
58+ }
5559 }
5660
5761 & :hover {
5862 color : $tc-black ;
5963 cursor : pointer ;
6064
61- .x-mark-icon {
65+ .x-mark-icon > svg {
6266 fill : $tc-black ;
6367 }
6468 }
You can’t perform that action at this time.
0 commit comments