Настроен цвет линеек

This commit is contained in:
2019-08-30 13:00:41 +03:00
parent db10a7141c
commit 670ecdfe68
5 changed files with 18 additions and 3 deletions

View File

@ -99,6 +99,7 @@ export default {
</script>
<style lang="scss" scoped>
@import '../vars';
@import '../components/button';
.app {
@ -117,7 +118,7 @@ export default {
}
&:hover {
border-color: #ccc;
border-color: $rule-color;
}
}