1
0

CSS cleanup

This commit is contained in:
kolaente
2018-09-18 19:02:13 +02:00
parent 182c8bd8cb
commit 9cd30e4dc0
2 changed files with 27 additions and 26 deletions

View File

@ -179,6 +179,32 @@
}
</script>
<style scoped>
<style lang="scss" scoped>
.card{
margin-bottom: 1rem;
.add-user-form {
margin: 1rem;
}
.table{
border-top: 1px solid darken(#fff, 15%);
td{
vertical-align: middle;
}
td.type, td.actions{
width: 200px;
}
td.actions{
text-align: right;
}
}
}
.users-list, .users-namespace{
padding: 0 !important;
}
</style>