taiga-front/app/styles/layout/admin-memberships.scss

17 lines
299 B
SCSS

.admin-membership {
header {
@include clearfix;
}
.limit-users-warning {
@extend %small;
color: $primary;
margin-right: 1rem;
}
.check {
input { // IE needs smaller size
height: 40px;
width: 85px;
}
}
}