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