CSS cleanup

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

View File

@ -190,30 +190,5 @@
.card{
margin-bottom: 1rem;
.add-user-form, .add-team-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, .teams-list,
.users-namespace, .teams-namespace{
padding: 0 !important;
}
</style>

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>