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 6345658 commit b50bdd3Copy full SHA for b50bdd3
packages/basic-layouts/src/index.css
@@ -32,6 +32,17 @@
32
cursor: pointer;
33
transition: all 0.3s;
34
}
35
+.uiw-admin-global-title-top {
36
+ height: 100%;
37
+}
38
+
39
+.uiw-admin-global-title-top a {
40
41
+ text-decoration: none !important;
42
43
+.uiw-admin-global-title a {
44
45
46
.uiw-admin-global-title h1,
47
.uiw-admin-global-title-top h1 {
48
box-sizing: border-box;
@@ -77,4 +88,4 @@
77
88
78
89
.w-notify-warpper {
79
90
z-index: 1001;
80
-}
91
0 commit comments