Introduce vertical cards (#12125)

* Introduce vertical cards

* Simplify and add a css type

* Feedback

* Update yarn.lock
This commit is contained in:
Amir Omidi
2020-09-04 15:15:58 -07:00
committed by GitHub
parent c2320831f7
commit 59bb827d2e
12 changed files with 255 additions and 85 deletions

View File

@@ -73,7 +73,16 @@ export class ResourceTypePickerDialog extends DialogBase {
return <azdata.RadioCard>{
id: resourceType.name,
label: resourceType.displayName,
icon: resourceType.icon
icon: resourceType.icon,
descriptions: [
{
textValue: resourceType.displayName,
textStyles: {
'font-size': '12px',
'font-weight': 700
}
}
]
};
}),
iconHeight: '50px',