refactor(web): button component

This commit is contained in:
Zack Spear
2023-10-09 13:25:14 -05:00
committed by Zack Spear
parent 35f6a6cd3c
commit ecb69ba059

View File

@@ -136,15 +136,3 @@ const classes = computed(() => {
]" />
</component>
</template>
<style lang="postcss">
/* .button-gradient-border-to-bg {
background: linear-gradient(to right,#e03237 0%,#fd8c3c 100%) left top no-repeat,linear-gradient(to right,#e03237 0%,#fd8c3c 100%) left bottom no-repeat,linear-gradient(to top,#e03237 0%,#e03237 100%) left bottom no-repeat,linear-gradient(to top,#fd8c3c 0%,#fd8c3c 100%) right bottom no-repeat;
background-size: 100% 2px,100% 2px,2px 100%,2px 100%;
&:hover,
&:focus {
background: linear-gradient(to right,#E22828 0%,#FF8C2F 100%);
}
} */
</style>