Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37a5e4c

Browse files
committed
Fix styles with logo
1 parent d3e49df commit 37a5e4c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

packages/settings-page/src/editor.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,17 @@ $path: "../../../vendor-prefixed/trustedlogin/client/src/assets/";
2929
gap: 20px;
3030

3131
.branding {
32-
margin: 20px;
3332
margin-right: 30px;
33+
margin-left: 30px;
34+
display: flex;
35+
align-items: center;
36+
37+
img {
38+
margin-right: 5px;
39+
}
3440
}
3541

3642
.tabs {
37-
align-self: flex-end;
3843
flex-grow: 1;
3944
}
4045

@@ -45,7 +50,8 @@ $path: "../../../vendor-prefixed/trustedlogin/client/src/assets/";
4550
text-decoration: none;
4651

4752
&.is-active {
48-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #0000,
53+
box-shadow:
54+
inset 0 0 0 var(--wp-admin-border-width-focus) #0000,
4955
inset 0 -4px 0 0 var(--wp-admin-theme-color);
5056
}
5157

0 commit comments

Comments
 (0)