feat: better play button
This commit is contained in:
@@ -18,37 +18,12 @@ const { Layout } = DefaultTheme
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" >
|
||||
@import url(../components/SpeakWord.scss);
|
||||
.speak-word-wrapper {
|
||||
display: inline-block;
|
||||
margin: 0px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.speak-word.inline {
|
||||
border: none;
|
||||
display: flex;
|
||||
padding: 0;
|
||||
.word {
|
||||
display: inline-block;
|
||||
}
|
||||
.ctrl-part {
|
||||
.play-button {
|
||||
display: flex;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
.accent-label {
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user