1
0
Fork 0
mirror of synced 2024-08-03 12:32:28 +12:00
appwrite/public/styles/comps/permissions-matrix.less
2022-08-13 18:33:11 +12:00

24 lines
402 B
Text

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