1
0
Fork 0
mirror of synced 2024-09-02 02:41:38 +12:00
appwrite/public/styles/comps/permissions-matrix.less

23 lines
382 B
Text
Raw Normal View History

2022-08-10 22:23:53 +12:00
.permissions-matrix {
2022-08-13 18:33:11 +12:00
th:first-child, td:first-child {
2022-08-29 18:42:43 +12:00
width: 35%;
2022-08-12 14:59:11 +12:00
}
2022-08-13 18:33:11 +12:00
th:not(:first-child):not(:last-child), td:not(:first-child):not(:last-child) {
2022-08-12 14:59:11 +12:00
text-align: center;
}
2022-08-13 18:33:11 +12:00
th:last-child, td:last-child {
2022-08-29 18:42:43 +12:00
width: 10%;
2022-08-12 14:59:11 +12:00
}
td {
vertical-align: middle;
}
input, p {
margin-bottom: 0;
}
p {
margin-left: 15px;
}
i {
cursor: pointer;
2022-08-10 22:23:53 +12:00
}
}