-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: styling dashboard and include plugin
- Loading branch information
1 parent
ecca583
commit c4f2306
Showing
38 changed files
with
1,818 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,5 +90,15 @@ | |
"yarn": "1.22.19" | ||
}, | ||
"packageManager": "[email protected]", | ||
"version": "0.0.0" | ||
"version": "0.0.0", | ||
"dependencies": { | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mui/lab": "^5.0.0-alpha.170", | ||
"@mui/material": "^5.15.20", | ||
"@mui/x-charts": "^7.7.0", | ||
"@mui/x-data-grid": "^7.7.0", | ||
"@mui/x-date-pickers": "^7.7.0", | ||
"mui": "^0.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+174 KB
packages/plugins/@my-project/plugin-theme/src/client/GolosText-VariableFont_wght.ttf
Binary file not shown.
112 changes: 7 additions & 105 deletions
112
packages/plugins/@my-project/plugin-theme/src/client/customstyles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,12 @@ | ||
.ant-popover-inner { | ||
background-color: white !important; | ||
border-radius: 4px; | ||
} | ||
|
||
.ant-popover-inner .ant-popover-inner-content { | ||
padding: 0 !important; | ||
} | ||
|
||
.ant-nb-schema-initializer-menu-item { | ||
background-color: white !important; | ||
color: black !important; | ||
padding: 4px 6px; | ||
border-radius: 4px; | ||
font-size: 11px !important; | ||
margin: 4px 0; | ||
} | ||
|
||
.ant-nb-schema-initializer-menu-item:hover { | ||
background-color: #333 !important; | ||
} | ||
|
||
/* Menu Background */ | ||
.ant-menu { | ||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | ||
} | ||
|
||
/* Menu Headers */ | ||
.ant-menu-item-group-title { | ||
font-weight: bold; | ||
font-size: 14px; | ||
color: #000000; | ||
} | ||
|
||
/* Menu Items */ | ||
.ant-menu-item { | ||
font-size: 14px; | ||
color: #000000; | ||
padding: 8px 16px; | ||
} | ||
|
||
.ant-menu-item .anticon { | ||
color: white; | ||
} | ||
|
||
.ant-menu-item:hover { | ||
background-color: #F5F5F5; | ||
color: #000000; | ||
} | ||
|
||
/* Install New Blocks Button */ | ||
.ant-btn { | ||
background-color: #FFFFFF; | ||
padding: 0px 16px; | ||
font-size: 14px; | ||
color: #000000; | ||
border-radius: 0px; | ||
} | ||
|
||
.ant-btn:hover { | ||
background-color: #211E1E !important; | ||
color: #FFF !important; | ||
border:0px !important; | ||
} | ||
|
||
.css-17black { | ||
position: relative; | ||
display: -webkit-box; | ||
display: -webkit-flex; | ||
display: -ms-flexbox; | ||
display: flex; | ||
-webkit-box-pack: center; | ||
-ms-flex-pack: center; | ||
-webkit-justify-content: center; | ||
justify-content: center; | ||
-webkit-align-items: center; | ||
-webkit-box-align: center; | ||
-ms-flex-align: center; | ||
align-items: center; | ||
background-color: rgb(47, 47, 47); | ||
padding: 0 20px; | ||
|
||
height: 30px; | ||
border-radius: 7px; | ||
color: white; | ||
font-size: 12px; | ||
} | ||
|
||
.ant-layout-header { | ||
background-color: yellow !important; | ||
} | ||
.ant-menu-submenu .ant-menu-submenu-vertical { | ||
color:black; | ||
} | ||
|
||
.ant-menu-submenu-title { | ||
color: black; | ||
} | ||
|
||
span.ant-page-header-heading-title { | ||
color: black !important; | ||
.css-1o1fqc9 { | ||
bottom: -30px !important; | ||
} | ||
|
||
.anticon { | ||
color:black; | ||
@font-face { | ||
font-family: GolosText; | ||
src: url('./GolosText-VariableFont_wght.ttf'); | ||
} | ||
|
||
.ant-menu-title-content { | ||
color: black; | ||
.font-family-golos { | ||
font-family: GolosText; | ||
} |
Oops, something went wrong.