Get the layout for the general tab implemented (closes #142)
This commit is contained in:
parent
df316c68f3
commit
194eba779d
6 changed files with 56 additions and 25 deletions
5
styles/v3/mixins/_utils.scss
Normal file
5
styles/v3/mixins/_utils.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@mixin tab($name) {
|
||||
.tab.active[data-tab="#{$name}"] {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue