File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2323 { label : 'Breadcrumb' , path : 'breadcrumb' } ,
2424 { label : 'Button' , path : 'button' } ,
2525 { label : 'Checkbox' , path : 'checkbox' } ,
26- { label : 'Choice Tile' , path : 'choice-tile' } ,
26+ { label : 'Choice (Option) Tile' , path : 'choice-tile' } ,
2727 { label : 'Drawer' , path : 'drawer' } ,
2828 { label : 'Dropdown Select' , path : 'dropdown-select' } ,
2929 { label : 'Email Input' , path : 'email' } ,
Original file line number Diff line number Diff line change 1010 font-size : 1rem ;
1111 font-weight : 400 ;
1212 line-height : 1.5 ;
13- padding-bottom : 1.5rem ;
1413}
1514
1615// HEADINGS
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ hx-checkbox-control {
3232 grid-area : lbl;
3333
3434 // grid parent
35+ align-items : center ;
3536 -ms-grid-columns : auto 1fr ;
3637 -ms-grid-rows : auto ;
3738 display : -ms-grid ;
@@ -47,7 +48,6 @@ hx-checkbox-control {
4748 -ms-grid-row : 1 ;
4849 display : none ;
4950 grid-area : facade;
50- margin-top : 0.25rem ; // FIXME: fix with proper inline styling
5151 }
5252 }
5353
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ hx-status {
1414 display : inline-block ;
1515 font-size : 0.625rem ; // 10px
1616 height : 1rem ;
17- line-height : 1 ;
17+ line-height : 0.5 rem ;
1818 max-width : 100% ;
1919 overflow : hidden ;
2020 padding : 0.3em 0.8em 0.2em ; // 3px 8px 2px
@@ -36,6 +36,8 @@ hx-status {
3636 & .hxSubdued {
3737 border-color : $gray-600 ;
3838 color : $gray-600 ;
39+ font-size : 0.625rem ;
40+ line-height : 0.5rem ;
3941 }
4042
4143 & .hxFill {
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ hx-radio-control {
5151 grid-area : lbl;
5252
5353 // grid parent
54+ align-items : center ;
5455 -ms-grid-columns : auto 1fr ;
5556 -ms-grid-rows : auto ;
5657 display : -ms-grid ;
@@ -66,7 +67,6 @@ hx-radio-control {
6667 -ms-grid-row : 1 ;
6768 display : none ;
6869 grid-area : facade;
69- margin-top : 0.25rem ;
7070 }
7171 }
7272
You can’t perform that action at this time.
0 commit comments