web.lib.components.generate-project.extensions-cart.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
.extensions-cart {
.selected-extensions .alert-warning {
background-color: transparent;
color: var(--dropdownMenuTextColor);
border: none;
padding: 0;
}
.extensions-cart-button {
height: 40px;
background-color: var(--extensionsCartButtonBgColor);
color: var(--extensionsCartButtonTextColor);
width: 50px;
text-align: center;
line-height: 40px;
font-weight: bold;
padding: 0;
border: none;
cursor: pointer;
svg {
margin-right: 5px;
height: 40px;
vertical-align: top;
}
}
.dropdown-menu {
width: 380px;
padding: 22px 10px 22px 10px;
.extension-row {
flex-wrap: nowrap;
height: 22px;
line-height: 22px;
.extension-name {
line-height: 22px;
height: 22px;
}
.extension-origin-platform {
margin-left: 5px;
}
.extension-id {
display: none;
}
.extension-tag {
margin: 0 0 0 5px;
}
}
.extension-summary:before {
content: '-';
margin-right: 5px;
margin-left: 5px;
}
.extension-summary {
flex-grow: 1;
text-overflow: ellipsis;
}
}
&.opened-from-change .dropdown-menu {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy