feat(all): update audio

This commit is contained in:
zyronon
2023-09-19 18:15:05 +08:00
parent cbbb760eac
commit f06069ee6c
28 changed files with 279 additions and 210 deletions

View File

@@ -67,7 +67,7 @@ a {
outline: none;
border: 1px solid transparent;
border-radius: 6rem;
padding:8rem 10rem;
padding: 8rem 10rem;
transition: all .3s;
min-height: 20rem;
width: 100%;
@@ -77,7 +77,7 @@ a {
border: 1px solid var(--color-main-active);
}
&[readonly]{
&[readonly] {
cursor: not-allowed;
opacity: .7;
}
@@ -108,11 +108,21 @@ footer {
gap: $space;
}
.i-icon {
cursor: pointer;
}
.pointer {
cursor: pointer;
}
.flex {
display: flex;
}
.justify-content-between {
justify-content: space-between;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}