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 {
.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;
}
&.opened-from-change .dropdown-menu {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy