mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
more refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="morexx">
|
||||
<button @click="loadMore" class="theme">
|
||||
<button @click="loadMore" class="">
|
||||
<div class="text">Load More</div>
|
||||
</button>
|
||||
</div>
|
||||
@@ -27,9 +27,19 @@ export default {
|
||||
margin-top: $small;
|
||||
|
||||
button {
|
||||
border-radius: 1.5rem;
|
||||
height: 2.5rem;
|
||||
width: 10rem;
|
||||
width: 15rem;
|
||||
display: grid;
|
||||
transition: all 0.5s ease;
|
||||
color: rgba(255, 255, 255, 0.87) !important;
|
||||
background-color: transparent;
|
||||
border: solid 1px $gray;
|
||||
|
||||
&:hover {
|
||||
background-color: $gray !important;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user