ensl.org/app/assets/stylesheets/pages/_users.scss

56 lines
496 B
SCSS
Raw Normal View History

/*
Users Listing
*/
2014-04-13 11:16:51 +00:00
#users {
table-layout: auto;
.country,
.age {
width: 5%;
}
.username,
.name {
width: 25%;
}
.steamid {
width: 20%;
}
.actions {
text-align: right;
}
}
/*
Profile
*/
#user {
@include span-columns(12);
.tabbed-contents {
margin-bottom: em(20);
}
}
#profile {
.controls {
@include shift(0);
}
.tab {
h4 {
margin-bottom: 1em;
}
.fields:last-child {
margin-bottom: 0;
}
}
}