pagetop/packages/pagetop-bootsier/static/css/styles.css
2024-02-09 14:05:38 +01:00

13 lines
191 B
CSS

/* OVERRIDE COMPONENT STYLES */
/* Heading component */
.pt-heading__subtitle {
margin-top: calc(-1 * var(--pt-gap-0-35));
}
/* Button component */
.btn-link {
text-decoration: none;
}