mirror of
https://github.com/unraid/api.git
synced 2026-02-16 13:08:28 -06:00
refactor(web): button component
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user