Create visual separation between tabs and table, and add a border.

This commit is contained in:
CJ Cenizal 2016-12-20 17:03:48 -08:00
parent fd29dbb445
commit 94ea28559c
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@
<!-- ControlledTable -->
<div
class="kuiViewContentItem kuiControlledTable"
class="kuiViewContentItem kuiControlledTable kuiVerticalRhythm"
ng-repeat="service in services track by $index"
ng-show="state.tab === service.title"
>

View file

@ -1,5 +1,6 @@
.kuiTabs {
display: flex;
border-bottom: $tableBorder;
}
/**