1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

[WIP] space permissions UX

This commit is contained in:
Harvey Kandola 2017-11-24 12:50:06 +00:00
parent e10313b7cc
commit 1c08a7fbcf
8 changed files with 121 additions and 102 deletions

View file

@ -118,4 +118,37 @@
}
}
.space-admin {
> .permission-table {
// width: 100%;
// overflow-x: auto;
> tbody, > thead {
> tr, > th {
> td, > th {
margin: 0;
padding: 10px 15px;
text-align: center;
}
> td:first-child {
text-align: left;
}
}
}
> thead {
> tr {
> th {
background-color: $color-off-white;
color: $color-gray;
}
> th:first-child {
background-color: $color-white !important;
border: none !important;
}
}
}
}
}