mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
13 lines
183 B
SCSS
13 lines
183 B
SCSS
%with-popover-menu {
|
|
position: relative;
|
|
}
|
|
%popover-menu-panel {
|
|
width: 192px;
|
|
}
|
|
%popover-menu-panel:not(.above) {
|
|
top: 38px;
|
|
}
|
|
%popover-menu-panel:not(.left) {
|
|
right: 5px;
|
|
}
|