some changes to color and to routes

This commit is contained in:
ori agranat
2019-03-16 21:47:34 +02:00
parent 9ed992cc44
commit fa8b1a59a8
8 changed files with 149 additions and 41 deletions

View File

@@ -27,8 +27,15 @@
}
</script>
<style scoped>
<style>
h4 {
color: #e6ebf1;
}
.ivu-select-selection{
background-color: #2c3e50 !important;
}
.ivu-select-selected-value{
color: #fff !important;
}
</style>