1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00
appwrite/public/styles/comps/permissions-matrix.less
2022-08-29 18:42:43 +12:00

23 lines
382 B
Plaintext

.permissions-matrix {
th:first-child, td:first-child {
width: 35%;
}
th:not(:first-child):not(:last-child), td:not(:first-child):not(:last-child) {
text-align: center;
}
th:last-child, td:last-child {
width: 10%;
}
td {
vertical-align: middle;
}
input, p {
margin-bottom: 0;
}
p {
margin-left: 15px;
}
i {
cursor: pointer;
}
}