19 lines
226 B
SCSS
19 lines
226 B
SCSS
---
|
|
---
|
|
|
|
|
|
/* Tour info */
|
|
|
|
.tour-info {
|
|
display: inline-block;
|
|
table {
|
|
width: 246px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
tbody > tr > td.result {
|
|
width: 33px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|