feat: scss architecture.

This commit is contained in:
Ahmed Bouhuolia
2020-03-25 21:27:52 +02:00
parent edd8693450
commit ae29d20cc9
20 changed files with 1156 additions and 911 deletions

View File

@@ -0,0 +1,8 @@
// Tabs component.
.#{$ns}-tab-indicator-wrapper .#{$ns}-tab-indicator{
height: 2px;
}
.#{$ns}-large > .#{$ns}-tab{
line-height: 50px;
font-size: 15px;
}