Sidebar editing toggle and only scroll atlas content
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.sidebar {
|
||||
width: 250px;
|
||||
padding: 20px 20px 20px 5px;
|
||||
@import '~styles/constants.scss';
|
||||
|
||||
.sidebar {
|
||||
position: relative;
|
||||
width: 250px;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
@@ -26,3 +27,30 @@
|
||||
height: 28px;
|
||||
opacity: 0.15;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20px 20px 20px 5px;
|
||||
}
|
||||
|
||||
.tree {
|
||||
|
||||
}
|
||||
|
||||
.actions {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
padding: 10px 20px;
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.action {
|
||||
color: $darkGray;
|
||||
|
||||
&.active {
|
||||
color: $textColor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user