13 lines
191 B
CSS
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;
|
|
}
|