Skip to content

Commit

Permalink
#53 Move custom component styling and set font paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jul 20, 2023
1 parent 525f4eb commit 74cb15f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/dumb/OeAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ watch(
<style lang="scss" scoped>
@import 'pyoes/scss/pyoes-settings';
@import '@govflanders/vl-ui-core/src/scss/core';
@import '@govflanders/vl-ui-autocomplete/src/scss/autocomplete';
.js-vl-autocomplete {
width: 100%;
Expand Down
8 changes: 8 additions & 0 deletions src/scss/_override-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ $vl-input-hover-border-color: rgba($primary-color, 0.65) !default;

$vl-error-color: $input-error-message-font-color;

// Fonts
$vl-font-location: '@govflanders/vl-ui-design-system-style/assets/font/flanders/';
$vl-icon-font-location: '@govflanders/vl-ui-design-system-style/assets/font/iconfont/';

/**
----------------------------
End override sass variables
----------------------------
**/

// Import core and custom component styling
@import '@govflanders/vl-ui-core/src/scss/core';
@import '@govflanders/vl-ui-autocomplete/src/scss/autocomplete';

@import '@govflanders/vl-ui-design-system-style/scss';

/**
Expand Down

0 comments on commit 74cb15f

Please sign in to comment.