mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -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:
@@ -58,7 +58,7 @@ panel {
|
||||
}
|
||||
|
||||
.tabbedPanel.vertical .tabList .tab .tabLabel {
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
padding-bottom: 0px;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -80,6 +80,7 @@ panel {
|
||||
display: block;
|
||||
min-width: 150px;
|
||||
line-height: 35px;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab .tabIcon.codicon {
|
||||
@@ -152,13 +153,13 @@ panel {
|
||||
}
|
||||
|
||||
.tabbedPanel .tab-group-header {
|
||||
font-weight: bold;
|
||||
margin: 15px 5px 3px 5px;
|
||||
line-height: 35px;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
margin: 15px 24px 3px 24px;
|
||||
line-height: 20px;
|
||||
height: 35px;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: rgb(214, 214, 214);
|
||||
}
|
||||
|
||||
.tabbedPanel .vertical-tab-action-container {
|
||||
|
||||
Reference in New Issue
Block a user