Transform for JSX
This commit is contained in:
parent
70ff1152de
commit
19b075058e
21 changed files with 2808 additions and 2384 deletions
|
@ -36,10 +36,6 @@
|
|||
|
||||
#sidenavbar button {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
#sidenavbar a,
|
||||
button {
|
||||
margin: 5px auto;
|
||||
color: #eff0f3;
|
||||
padding-left: 10px;
|
||||
|
@ -49,16 +45,12 @@ button {
|
|||
border: none;
|
||||
}
|
||||
|
||||
#sidenavbar a:hover {
|
||||
#sidenavbar button:hover {
|
||||
background: #eff0f3;
|
||||
color: #2a2a2a;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sidenavbar button {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.main {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue