web.lib.components.extensions-picker.search-results-info.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.
.search-results-info {
border-bottom: 1px solid var(--extensionsPickerCategoryUnderlineColor);
font-size: 1.1rem;
margin: 0 0 5px 0;
height: 30px;
.platform-icon {
fill: var(--originPlatformColor);
}
.origin-count {
margin-left: 20px;
cursor: pointer;
color: var(--switchOriginTextColor);
&.current-origin {
font-weight: bold;
color: var(--switchOriginSelectedTextColor);
}
svg {
font-size: 0.8rem;
margin-right: 5px;
}
}
}
.alert-info.search-results-alert {
margin-top: 20px;
a {
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy