mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Dashboard style updates to match mockups (#9857)
* widget formatting * tab panel style * breadcrumb padding * dark theme colors * Addressing comments * move colors to theme.ts * update properties widget colors * update color names
This commit is contained in:
@@ -30,3 +30,11 @@ breadcrumb .chevron-right.codicon {
|
||||
breadcrumb .router-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
breadcrumb .breadcrumb-container {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
margin: 10px;
|
||||
margin-left: 19px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user