Merge pull request #1442 from gradido/register-button-refactor

add .btn-outline-secondary in scss
This commit is contained in:
Alexander Friedland 2022-02-09 11:48:06 +01:00 committed by GitHub
commit 1195e5ad90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>