parent
be92c82f4f
commit
bcde3903c4
@ -1,17 +1,15 @@ |
||||
#sidebar { |
||||
width: 10%; |
||||
width: 180px; |
||||
border-right: 1px solid #5d60caaf; |
||||
margin: 0 0; |
||||
padding: 12px 14px; |
||||
margin: 26px 0 0 0; |
||||
padding: 0 14px 12px 14px; |
||||
position: fixed; |
||||
z-index: 1; |
||||
overflow-x: hidden; |
||||
top: 0; |
||||
left: 0; |
||||
background-color: #0000006d; |
||||
height: 100%; |
||||
} |
||||
|
||||
#container { |
||||
flex-basis: 90%; |
||||
} |
||||
|
||||
#master { |
||||
display: flex; |
||||
align-items: stretch; |
||||
align-content: flex-start; |
||||
justify-content: stretch; |
||||
} |
||||
#container {margin-left: 200px;} |
Loading…
Reference in new issue