1
0
Fork 0
mirror of synced 2024-09-15 08:57:35 +12:00
appwrite/public/styles/comps/permissions-matrix.less
Jake Barnby 1234cc8152 Styling
2022-08-12 14:59:11 +12:00

27 lines
No EOL
385 B
Text

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