mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 18:02:55 -05:00
init crater
This commit is contained in:
26
resources/assets/sass/components/base/base-popup.scss
vendored
Normal file
26
resources/assets/sass/components/base/base-popup.scss
vendored
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user