META-INF.resources.css.index.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.order.content.web
Show all versions of com.liferay.commerce.order.content.web
Liferay Commerce Order Content Web
#infoBoxModalShippingOptionInput {
.shippingOptionItem {
border: 1px solid var(--gray-300, #e6e7e7);
border-radius: var(--border-radius, 5px);
margin: 0.5rem 0;
.custom-control-input,
.custom-control-label::after,
.custom-control-label::before {
left: 0.5rem;
top: 50%;
transform: translateY(-50%);
}
label {
padding: 1rem 0 1rem 2rem;
}
}
}
.term-description {
height: 12rem;
overflow-y: auto;
}