mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Copying font weight changes
This commit is contained in:
parent
1d44a298ef
commit
7e34d18134
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ div#match {
|
|||
font-style: italic;
|
||||
text-transform: uppercase;
|
||||
padding-right: 10px;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.team-1,
|
||||
|
@ -82,7 +82,7 @@ div#match {
|
|||
.versus {
|
||||
@include span-columns(2);
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
|
||||
&.split:before {
|
||||
content: "";
|
||||
|
@ -105,7 +105,7 @@ div#match {
|
|||
top: 0;
|
||||
text-align: center;
|
||||
line-height: $title-height;
|
||||
font-weight: bold;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.score-1 {
|
||||
|
|
Loading…
Reference in a new issue