mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-31 23:10:44 +00:00
37e768c68f
Added styling to gathers page Added styling to account page Improved forms styling
24 lines
No EOL
247 B
SCSS
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;
|
|
}
|
|
} |