Remove unused css.
This commit is contained in:
parent
89aa2b9370
commit
299d7e799f
1 changed files with 1 additions and 2 deletions
|
@ -40,10 +40,9 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: 260px;
|
width: 260px;
|
||||||
background: rgb(35, 37, 46);
|
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
transition: transform 0.4s ease;
|
|
||||||
-webkit-transition: transform 0.4s ease;
|
-webkit-transition: transform 0.4s ease;
|
||||||
|
transition: transform 0.4s ease;
|
||||||
background: rgb(42, 30, 107);
|
background: rgb(42, 30, 107);
|
||||||
background: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
|
background: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue