mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Introduce vertical cards (#12125)
* Introduce vertical cards * Simplify and add a css type * Feedback * Update yarn.lock
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user