Change streamBox to streamFilter

This commit is contained in:
Chi Vinh Le
2017-07-10 17:03:07 +07:00
parent 1e4e1cb413
commit ef172ae5f8
6 changed files with 51 additions and 38 deletions
@@ -1,18 +1,17 @@
.root {
display: flex;
justify-content: flex-end;
position: relative;
width: 100%;
z-index: 10;
cursor: pointer;
}
.button {
composes: buttonReset from "coral-framework/styles/reset.css";
}
.list {
background: white;
position: absolute;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
right: 3px;
right: 0px;
top: 20px;
z-index: 10;
}
.list > ul, .list > ul > li {
@@ -23,4 +22,5 @@
.list > ul > li {
padding: 10px;
list-style: none;
white-space: nowrap;
}