Initial commit
This commit is contained in:
14
frontend/views/dashboard/scss/tabs.scss
Normal file
14
frontend/views/dashboard/scss/tabs.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.ntsh_tabs {
|
||||
position: absolute;
|
||||
inset: 50px 0 0 0;
|
||||
|
||||
.ntsh_tab {
|
||||
position: absolute;
|
||||
inset: 0px;
|
||||
display: none;
|
||||
|
||||
&.ntsh_tab-visible {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user