SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/GroupModuleMenu.scss

44 lines
848 B
SCSS

@import '../../styles/abstracts/variables';
@media screen and (max-width: 1040px) {
.group-label {
display: none;
}
}
.group-module-menu {
position: fixed;
bottom: 20px;
left: 33%;
z-index: 100;
background: linear-gradient(
0deg,
rgba(255, 255, 255, 0.1),
rgba(255, 255, 255, 0.1)
),
#121212;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
border-radius: 16px;
padding: 0 16px;
}
.group-module-tooltip {
// margin-top: -50px;
margin-bottom: 20px;
.ant-tooltip {
&-inner {
background: $default;
padding: 8px;
text-align: center;
font-weight: $semi-bold;
font-size: 11px;
max-width: 139px;
line-height: 14px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
&-arrow-content {
background: $default;
}
}
}