mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 00:08:46 +00:00
use styledEngineProvider injectfirst and css classes for styling MUI elements (not finished yet)
This commit is contained in:
parent
c6534844ce
commit
4bcbaa2829
2 changed files with 29 additions and 21 deletions
|
@ -52,3 +52,19 @@
|
|||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.drawer-list {
|
||||
background-color: #2f325e;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.drawer-list-item {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.drawer-list-item-button {
|
||||
height: 10vh;
|
||||
}
|
||||
.drawer-list-item-button:hover {
|
||||
background-color: #555b90;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue