mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-08 09:53:25 +00:00
style(portal): remove gradients from account shell
This commit is contained in:
parent
e3aa20ad26
commit
d545154cc4
3 changed files with 9 additions and 37 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"source_hash": "0e9ac055e4ca87b33a6dcf2f05065682e246c38a1ed4c59cf88d2bf14ae8bdee",
|
||||
"source_hash": "f7b726f8e8d6c01630420d83fad1e59f7947f386a570d1715f0165f958c39410",
|
||||
"build_inputs": [
|
||||
"package.json",
|
||||
"tsconfig.json",
|
||||
|
|
|
|||
32
internal/cloudcp/portal/dist/portal_app.css
vendored
32
internal/cloudcp/portal/dist/portal_app.css
vendored
|
|
@ -42,15 +42,7 @@ body {
|
|||
BlinkMacSystemFont,
|
||||
"Helvetica Neue",
|
||||
sans-serif;
|
||||
background:
|
||||
radial-gradient(
|
||||
circle at top left,
|
||||
rgba(11, 106, 114, 0.045),
|
||||
transparent 28%),
|
||||
linear-gradient(
|
||||
180deg,
|
||||
#f7f8fa 0%,
|
||||
#f1f3f6 100%);
|
||||
background: #f3f4f6;
|
||||
color: var(--ink);
|
||||
}
|
||||
a {
|
||||
|
|
@ -171,15 +163,7 @@ header .logout-btn:hover,
|
|||
padding: 30px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius-lg);
|
||||
background:
|
||||
linear-gradient(
|
||||
135deg,
|
||||
rgba(11, 106, 114, 0.035),
|
||||
rgba(255, 255, 255, 0) 38%),
|
||||
linear-gradient(
|
||||
180deg,
|
||||
rgba(255, 255, 255, 0.98),
|
||||
rgba(248, 250, 252, 0.98));
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
.portal-hero-copy {
|
||||
|
|
@ -509,11 +493,7 @@ header .logout-btn:hover,
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
background:
|
||||
linear-gradient(
|
||||
180deg,
|
||||
var(--panel),
|
||||
var(--panel-strong));
|
||||
background: var(--panel);
|
||||
grid-column: 1;
|
||||
}
|
||||
.add-workspace-form {
|
||||
|
|
@ -604,11 +584,7 @@ header .logout-btn:hover,
|
|||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
.workspace-management-panel {
|
||||
background:
|
||||
linear-gradient(
|
||||
180deg,
|
||||
rgba(255, 253, 248, 0.98),
|
||||
rgba(245, 238, 226, 0.98));
|
||||
background: var(--panel);
|
||||
}
|
||||
.workspace-management-content {
|
||||
display: grid;
|
||||
|
|
|
|||
|
|
@ -35,9 +35,7 @@ body {
|
|||
margin: 0;
|
||||
min-height: 100vh;
|
||||
font-family: Inter, "Segoe UI Variable Text", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
|
||||
background:
|
||||
radial-gradient(circle at top left, rgba(11, 106, 114, 0.045), transparent 28%),
|
||||
linear-gradient(180deg, #f7f8fa 0%, #f1f3f6 100%);
|
||||
background: #f3f4f6;
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
|
|
@ -165,9 +163,7 @@ header .logout-btn:hover,
|
|||
padding: 30px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius-lg);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(11, 106, 114, 0.035), rgba(255, 255, 255, 0) 38%),
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
|
|
@ -536,7 +532,7 @@ header .logout-btn:hover,
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
background: linear-gradient(180deg, var(--panel), var(--panel-strong));
|
||||
background: var(--panel);
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
|
|
@ -644,7 +640,7 @@ header .logout-btn:hover,
|
|||
}
|
||||
|
||||
.workspace-management-panel {
|
||||
background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 238, 226, 0.98));
|
||||
background: var(--panel);
|
||||
}
|
||||
|
||||
.workspace-management-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue