1
0
Fork 0
mirror of synced 2024-09-15 08:57:35 +12:00
appwrite/public/styles/comps/permissions-matrix.less

27 lines
385 B
Text
Raw Normal View History

2022-08-10 22:23:53 +12:00
.permissions-matrix {
2022-08-12 14:59:11 +12:00
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;
2022-08-10 22:23:53 +12:00
}
}