Skip to content

Commit

Permalink
css tweaks (#160)
Browse files Browse the repository at this point in the history
* css tweaks

* flextape

* remove unneeded style
  • Loading branch information
cedrikv authored Nov 16, 2023
1 parent 30286cd commit bf3a20d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/scss/_override-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,21 @@ $vl-icon-font-location: '@govflanders/vl-ui-design-system-style/assets/font/icon
}

// vl-tabs
.vl-tabs__wrapper {
display: flex;
justify-content: center;
}
.vl-tab__pane {
outline: none;
overflow-x: hidden;
}
.vl-tabs {
.vl-tab {
color: $mid-purple;
outline: none;

&--active {
&:visited {
color: $black;
}
color: $dark-purple;
}
}
}
Expand Down

0 comments on commit bf3a20d

Please sign in to comment.