obscreen/data/www/scss/pages/_users.scss
2024-07-16 20:43:08 +02:00

32 lines
353 B
SCSS

.view-auth-user-list main .main-container {
.bottom-content {
.page-content {
.inner {
padding: 10px;
.tile-item {
&.disabled {
.tile-body {
opacity: .3;
text-decoration-line: line-through;
}
}
.tile-tail {
a:last-child {
margin-left: 10px;
}
}
}
}
}
}
}