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

15 lines
237 B
SCSS

.admin-membership {
header {
@include clearfix;
a {
float: right;
}
}
.check {
input { // IE needs smaller size
height: 40px;
width: 85px;
}
}
}