File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "packages" : {
33 "." : {
4- "release-type" : " node"
4+ "release-type" : " node" ,
5+ "bump-minor-pre-major" : true ,
6+ "bump-patch-for-minor-pre-major" : false
57 }
68 },
79 "extra-files" : [" .storybook/preview-head.html" ],
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default css`
99
1010 # header-main {
1111 justify-content : space-between;
12- padding : var ( --spacing-small ) var ( --spacing-large ) ;
12+ padding : 6 px ;
1313 background-color : var (--surface-default );
1414 }
1515
@@ -52,9 +52,16 @@ export default css`
5252 border-right : var (--border-size-small ) solid var (--border-default );
5353 }
5454
55+ # header-info zeta-icon-button {
56+ margin-right : 10px ;
57+ }
58+
5559 /*zeta-icon-button and zeta-button styling*/
5660 zeta-icon-button ::part (icon ) {
5761 --icon-color : var (--main-default );
62+ --icon-size : var (--spacing-2xl );
63+ width : var (--spacing-2xl );
64+ height : var (--spacing-2xl );
5865 }
5966 ::slotted ([slot = "action-items" ]) {
6067 --icon-color : var (--main-default );
@@ -81,6 +88,7 @@ export default css`
8188 [part = "logo" ] svg {
8289 background-color : transparent;
8390 fill : var (--state-inverse-enabled );
91+ width : 76px ;
8492 }
8593
8694 /* Invert logo in dark mode*/
You can’t perform that action at this time.
0 commit comments