init crater

This commit is contained in:
Mohit Panjwani
2019-11-11 12:16:00 +05:30
commit bdf2ba51d6
668 changed files with 158503 additions and 0 deletions

View File

@ -0,0 +1,26 @@
.search-select {
position: relative;
width: 100%;
.activator {
position: relative;
width: 100%;
cursor: pointer;
}
.selector-menu {
display: flex;
flex-direction: column;
position: absolute;
z-index: 100;
width: 100%;
top: 0;
background: #FFFFFF;
box-shadow: $shadow-lg;
border-radius: 5px;
}
.selector-menu-above {
top: unset !important;
bottom: 100% !important;
}
}