mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
18 lines
283 B
SCSS
18 lines
283 B
SCSS
@import "variables.scss";
|
|
|
|
.tutorialContentTable {
|
|
.stickyContainer {
|
|
position: sticky;
|
|
top: 60px;
|
|
.list {
|
|
align-items: flex-start;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 14px;
|
|
margin-bottom: 16px;
|
|
padding-bottom: 16px;
|
|
row-gap: 10px;
|
|
}
|
|
}
|
|
}
|