Commit 1639579e authored by Romain DELEAU's avatar Romain DELEAU

sider rework css

parent fad2855d
...@@ -135,37 +135,36 @@ ...@@ -135,37 +135,36 @@
&-sider { &-sider {
height: 100%; height: 100%;
width: 320px; width: 340px;
background-color: #e3e3e3; background-color: #e3e3e3;
position: fixed; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
z-index: 2; z-index: 2;
border-left: solid black 3px; box-shadow: -6px 0px 16px rgba(0, 0, 0, 0.3);
align-items: center;
overflow: scroll;
box-shadow: -20px 0px 25px rgba(0, 0, 0, 0.3);
&-title { &-title {
height: 30px; height: 5%;
border-bottom: solid black 2px; border-bottom: solid #8f8f8f 0.5px;
font-size: 20px; font-size: 20px;
position: fixed; width: 340px;
width: 320px;
background-color: #e3e3e3; background-color: #e3e3e3;
position: relative;
z-index: 2; z-index: 2;
box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.3); box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
font-family: 'Glacial Indifference Bold', sans-serif; font-family: 'Glacial Indifference Bold', sans-serif;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
&-elements { &-elements {
margin-top: 40px;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
display: flex; display: flex;
overflow-y: auto;
overflow-x: hidden;
height: 95%;
&-element { &-element {
margin-top: 10px; margin-top: 10px;
...@@ -177,7 +176,7 @@ ...@@ -177,7 +176,7 @@
&-settings { &-settings {
position: fixed; position: fixed;
width: 400px; width: 400px;
right: 350px; right: 360px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
...@@ -201,7 +200,7 @@ ...@@ -201,7 +200,7 @@
&-zoom { &-zoom {
position: fixed; position: fixed;
height: 110px; height: 110px;
right: 350px; right: 360px;
bottom: 25px; bottom: 25px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment