Fix stylelint issues in Account

This commit is contained in:
L. E. Segovia 2018-12-12 01:04:54 +00:00
parent 9d7969e43c
commit a57f1648ea
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 8 additions and 8 deletions

View File

@ -131,6 +131,14 @@ export default {
<style lang="scss" scoped>
#account {
.section /deep/ {
margin-bottom: 40px;
.el-form-item__label {
color: var(--theme-primary-color);
}
}
.connected-account {
.el-table /deep/ {
tr,
@ -155,14 +163,6 @@ export default {
font-size: var(--base-font-size);
}
}
.section /deep/ {
margin-bottom: 40px;
.el-form-item__label {
color: var(--theme-primary-color);
}
}
}
</style>