ensl.org/app/assets/stylesheets/pages/_matches.scss
Luke Barratt 37e768c68f Switched web server to puma
Added styling to gathers page
Added styling to account page
Improved forms styling
2014-04-15 10:59:52 +01:00

24 lines
No EOL
247 B
SCSS

/*
Matches Listing
*/
#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;
}
}