create boundaries (bottom only)

This commit is contained in:
francois.lutran
2016-12-22 17:31:12 +13:00
parent 5fc9260041
commit 6a09f7a921
4 changed files with 90 additions and 43 deletions

View File

@@ -4,9 +4,11 @@
#editor_container {
padding:1em;
border: 1em solid #EDE0D0;
border-radius: 0.5em;
height: calc(100% - 4em);
overflow: hidden;
position:relative;
#editor_content {
@@ -23,6 +25,24 @@
}
}
}
.shade {
position: absolute;
width: 100%;
background:red;
&.top {
top:0;
}
&.bottom {
bottom:0;
}
&.bottomplus {
top:100%;
height:2em;
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long