feat: Update select button styles to match button styles (#1742)

This commit is contained in:
Pranav Raj S
2021-02-08 18:27:20 +05:30
committed by GitHub
parent df0d7262b4
commit 88fd2c22d3
2 changed files with 24 additions and 28 deletions
@@ -67,19 +67,16 @@ export default {
}
</style>
<style scoped lang="scss">
@import '~dashboard/assets/scss/variables.scss';
@import '~dashboard/assets/scss/mixins.scss';
@import '~widget/assets/scss/variables.scss';
.options-message {
background: white;
width: 60%;
max-width: 17rem;
padding: $space-small $space-normal;
border-radius: $space-small;
overflow: hidden;
.title {
font-size: $font-size-small;
font-size: $font-size-default;
font-weight: $font-weight-normal;
margin-top: $space-smaller;
margin-bottom: $space-smaller;
@@ -93,7 +90,6 @@ export default {
> li {
list-style: none;
padding: 0;
margin: 0;
}
}
}