@import "styles/_typography.scss";
.pricing {
&-title {
margin-bottom: 40px;
h1 {
margin-top: 50px;
margin-bottom: 24px;
}
.body1 {
max-width: 560px;
opacity: 0.6;
}
}
&-table {
margin-top: 120px;
margin-bottom: 64px;
h2 {
margin-bottom: 64px;
}
.table-container {
overflow-x: auto;
}
table {
thead {
tr {
position: sticky;
top: 0;
}
}
}
.first-column {
.link {
@include button-text;
opacity: 1;
}
}
}
}