add .btn-outline-secondary in scss

This commit is contained in:
ogerly 2022-02-09 10:41:47 +01:00
parent 67181263ed
commit b0da7e4360
2 changed files with 6 additions and 1 deletions

View File

@ -27,3 +27,9 @@ $btn-focus-width: $input-btn-focus-width !default;
$btn-active-box-shadow: none !default;
$btn-hover-translate-y: -1px !default;
.btn-outline-secondary {
color: #4385b1 !important;
}

View File

@ -270,4 +270,3 @@ export default {
},
}
</script>
<style></style>