Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e49df commit 37a5e4cCopy full SHA for 37a5e4c
1 file changed
packages/settings-page/src/editor.scss
@@ -29,12 +29,17 @@ $path: "../../../vendor-prefixed/trustedlogin/client/src/assets/";
29
gap: 20px;
30
31
.branding {
32
- margin: 20px;
33
margin-right: 30px;
+ margin-left: 30px;
34
+ display: flex;
35
+ align-items: center;
36
+
37
+ img {
38
+ margin-right: 5px;
39
+ }
40
}
41
42
.tabs {
- align-self: flex-end;
43
flex-grow: 1;
44
45
@@ -45,7 +50,8 @@ $path: "../../../vendor-prefixed/trustedlogin/client/src/assets/";
50
text-decoration: none;
46
51
47
52
&.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,
49
55
inset 0 -4px 0 0 var(--wp-admin-theme-color);
56
57
0 commit comments