mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-27 20:13:02 +08:00
small css tweak
This commit is contained in:
parent
0d3c02b18c
commit
c1e7525a3a
4 changed files with 5 additions and 5 deletions
1
build/assets/App-Bx4_uKHK.css
Normal file
1
build/assets/App-Bx4_uKHK.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -26,11 +26,10 @@
|
|||
|
||||
.helix-dashboard__header {
|
||||
margin-bottom: 3rem;
|
||||
text-align: center;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 3rem 2rem;
|
||||
margin: -2rem -2rem 3rem -2rem;
|
||||
margin: -2rem 0 3rem -2rem;
|
||||
border-radius: 0 0 24px 24px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
@ -64,6 +63,7 @@
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
font-weight: 400;
|
||||
line-height: 3;
|
||||
}
|
||||
|
||||
.helix-loading {
|
||||
|
|
|
@ -10,11 +10,10 @@
|
|||
/* Header */
|
||||
.helix-settings-header {
|
||||
margin-bottom: 3rem;
|
||||
text-align: center;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 3rem 2rem;
|
||||
margin: -2rem -2rem 3rem -2rem;
|
||||
margin: -2rem 0 3rem -2rem;
|
||||
border-radius: 0 0 24px 24px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
@ -48,6 +47,7 @@
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
font-weight: 400;
|
||||
line-height: 3;
|
||||
}
|
||||
|
||||
/* Loading State */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue