show profile user in header
This commit is contained in:
+11
-13
@@ -9,7 +9,6 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply h-full bg-background font-irancell font-normal text-foreground;
|
||||
@@ -109,9 +108,10 @@ input:autofill {
|
||||
transition: background-color 10000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
|
||||
.box-shadow-normal {
|
||||
box-shadow: 0px 2px 16px 0px #00000014;
|
||||
height: fit-content;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.gradient-border {
|
||||
@@ -128,16 +128,14 @@ input:autofill {
|
||||
/* border thickness */
|
||||
border-radius: inherit;
|
||||
/* inherit border-radius from parent */
|
||||
background: linear-gradient(to bottom right,
|
||||
var(--container) 6.25%,
|
||||
rgba(255, 253, 253, 0) 52.01%,
|
||||
var(--container) 96.87%);
|
||||
mask:
|
||||
linear-gradient(#fff 0 0) content-box,
|
||||
linear-gradient(#fff 0 0);
|
||||
-webkit-mask:
|
||||
linear-gradient(#fff 0 0) content-box,
|
||||
linear-gradient(#fff 0 0);
|
||||
background: linear-gradient(
|
||||
to bottom right,
|
||||
var(--container) 6.25%,
|
||||
rgba(255, 253, 253, 0) 52.01%,
|
||||
var(--container) 96.87%
|
||||
);
|
||||
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
||||
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
||||
-webkit-mask-composite: xor;
|
||||
mask-composite: exclude;
|
||||
pointer-events: none;
|
||||
@@ -361,4 +359,4 @@ html[data-theme="dark"] {
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
} */
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user