mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
make table headers consistent
This commit is contained in:
@@ -38,11 +38,13 @@ const ManageUsersForm: FC = () => {
|
|||||||
BaseRow: `
|
BaseRow: `
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: white;
|
color: white;
|
||||||
|
padding-left: 8px;
|
||||||
`,
|
`,
|
||||||
HeaderRow: `
|
HeaderRow: `
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: #90CAF9;
|
color: #90CAF9;
|
||||||
|
font-weight: 500;
|
||||||
border-bottom: 1px solid #e0e0e0;
|
border-bottom: 1px solid #e0e0e0;
|
||||||
`,
|
`,
|
||||||
Row: `
|
Row: `
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ const DashboardStatus: FC = () => {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: #90CAF9;
|
color: #90CAF9;
|
||||||
|
font-weight: 500;
|
||||||
border-bottom: 1px solid #e0e0e0;
|
border-bottom: 1px solid #e0e0e0;
|
||||||
`,
|
`,
|
||||||
Row: `
|
Row: `
|
||||||
|
|||||||
Reference in New Issue
Block a user