small css tweak

This commit is contained in:
Abhijit Bhatnagar 2025-08-11 18:54:38 +05:30
parent 0d3c02b18c
commit c1e7525a3a
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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 {

View file

@ -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 */