mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 00:34:34 +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 {
|
.helix-dashboard__header {
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
text-align: center;
|
|
||||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 3rem 2rem;
|
padding: 3rem 2rem;
|
||||||
margin: -2rem -2rem 3rem -2rem;
|
margin: -2rem 0 3rem -2rem;
|
||||||
border-radius: 0 0 24px 24px;
|
border-radius: 0 0 24px 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -64,6 +63,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
line-height: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.helix-loading {
|
.helix-loading {
|
||||||
|
|
|
@ -10,11 +10,10 @@
|
||||||
/* Header */
|
/* Header */
|
||||||
.helix-settings-header {
|
.helix-settings-header {
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
text-align: center;
|
|
||||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 3rem 2rem;
|
padding: 3rem 2rem;
|
||||||
margin: -2rem -2rem 3rem -2rem;
|
margin: -2rem 0 3rem -2rem;
|
||||||
border-radius: 0 0 24px 24px;
|
border-radius: 0 0 24px 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -48,6 +47,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
line-height: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Loading State */
|
/* Loading State */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue