ensl.org/app/assets/stylesheets/pages/_teams.scss
Luke Barratt 6f56bf81fd Removed fixed topbar
Improved layout
Improved form styling
Fixes issues with firefox
Added menu icons
2014-04-19 02:12:02 +01:00

106 lines
No EOL
1 KiB
SCSS

/*
Teams Listing
*/
#teams {
table {
table-layout: auto;
}
.country {
width: 5%;
}
.name {
width: 45%;
}
.irc {
width: 25%;
}
.members {
width: 10%;
}
.actions {
width: 15%;
text-align: right;
}
&.edit {
@include span-columns(12);
h1 {
margin-bottom: 1em;
}
.tabbed-contents {
margin-bottom: em(20);
}
}
}
/*
Team Profiles
*/
#team-profile {
.logo {
@include span-columns(12);
margin: em(20) 0;
text-align: center;
img {
display: inline-block;
float: none;
width: auto;
}
}
.controls {
@include span-columns(12);
margin: em(20) 0;
}
}
#members {
table-layout: auto;
.country,
.age {
width: 5%;
}
.member {
width: 20%;
}
.steamid {
width: 15%;
}
.rank {
width: 10%;
}
.note {
width: 30%;
}
.joined {
width: 10%;
}
.joined {
text-align: right;
}
&.short {
.rank {
width: 40%;
}
}
}