You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
887 B
Plaintext
57 lines
887 B
Plaintext
.manage-users {
|
|
min-height: 500px;
|
|
|
|
#users-container {
|
|
border: 1px solid #eee;
|
|
padding: 0px 20px 20px;
|
|
|
|
.users-box {
|
|
display: inline-block;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
height: auto;
|
|
max-width: 145px;
|
|
min-width: 145px;
|
|
padding: 1rem;
|
|
|
|
img, .user-icon {
|
|
.user-icon-style(80px, 4rem);
|
|
}
|
|
|
|
a {
|
|
margin-bottom:5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.user-image {
|
|
position: relative;
|
|
|
|
.labels {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
|
|
span {
|
|
width: 100%;
|
|
opacity: 0.9;
|
|
font-size: 10px;
|
|
display: block;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.ui-selected {
|
|
background: lighten(@brand-success, 25%);
|
|
}
|
|
|
|
.ui-selecting {
|
|
background: lighten(@brand-success, 40%);
|
|
}
|
|
}
|
|
} |