updated buttons

This commit is contained in:
Kamil Niemczycki 2022-07-24 15:02:20 +02:00
parent 8e9d3f138c
commit 5de10940d9
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ $btn-colors: (
min-width: 270px;
padding: 8px 10px;
border-radius: 3px;
border-width: 3px;
@apply border-4 rounded-md;
border-style: solid;
border-color: $default-color;

View File

@ -32,7 +32,7 @@ defineProps({
})
</script>
<style lang="scss" scoped>
<style lang="scss">
@import "../../../scss/btn";
.btn {