ensl.org/app/assets/stylesheets/pages/_matches.scss
2014-04-16 09:44:36 +01:00

24 lines
No EOL
252 B
SCSS

/*
Matches Listing
*/
table#matches {
width: 100%;
display: table;
table-layout: auto;
margin-bottom: em(20);
.opponent {
width: 30%;
}
.date,
.maps {
width: 20%;
}
.score {
width: 10%;
text-align: right;
}
}