14 lines
223 B
SCSS
14 lines
223 B
SCSS
.ntsh_tabs {
|
|
position: absolute;
|
|
inset: 50px 0 0 0;
|
|
|
|
.ntsh_tab {
|
|
position: absolute;
|
|
inset: 0px;
|
|
display: none;
|
|
|
|
&.ntsh_tab-visible {
|
|
display: block;
|
|
}
|
|
}
|
|
} |