This commit is contained in:
Eugene Pankov
2017-04-17 14:57:22 +02:00
parent 36c2aef860
commit 919aa7c65f
21 changed files with 108 additions and 78 deletions

View File

@@ -12,7 +12,7 @@ $tabs-height: 40px;
overflow: hidden;
min-width: 0;
transition: 0.25s all;
transition: 0.25s ease-out all;
.wrapper {
display: flex;

View File

@@ -220,6 +220,14 @@ settings-tab > ngb-tabset {
padding: 10px 50px 10px 20px;
font-size: 14px;
&:not(.active) {
color: $body-color;
&:hover {
color: $white;
}
}
&.active {
border-top-color: $nav-tabs-active-link-hover-border-color;
border-bottom-color: $nav-tabs-active-link-hover-border-color;