SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/PodcastModal/PopoverMenu.scss

56 lines
989 B
SCSS

@import '../../styles/abstracts/variables';
.popover-menu-actions {
border-radius: 16px;
border-right: none;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-webkit-box-shadow: $boxShadow2;
-moz-box-shadow: $boxShadow2;
box-shadow: $boxShadow2;
.ant-list-item {
width: 204px;
height: 46px;
padding: 12px;
cursor: pointer;
&:hover {
background-color: rgba(37, 127, 252, 0.05);
}
&:first-child {
border-radius: 16px 16px 0 0;
}
&:last-child {
border-radius: 0 0 16px 16px !important;
}
&.title {
padding-bottom: 8px;
border-bottom: none;
&:hover {
background-color: transparent;
}
}
}
}
.popover-menu-overlay {
padding-top: 0;
margin-top: -4px;
.ant-popover-inner {
border-radius: 16px;
}
.ant-popover-inner-content {
border-radius: 16px;
padding: 0;
}
}
.ant-select-dropdown {
z-index: 99999;
}
.ant-popover-arrow {
display: none;
}