mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 22:01:28 +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;
|
font-style: italic;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-1,
|
.team-1,
|
||||||
|
@ -82,7 +82,7 @@ div#match {
|
||||||
.versus {
|
.versus {
|
||||||
@include span-columns(2);
|
@include span-columns(2);
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
|
|
||||||
&.split:before {
|
&.split:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -105,7 +105,7 @@ div#match {
|
||||||
top: 0;
|
top: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: $title-height;
|
line-height: $title-height;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.score-1 {
|
.score-1 {
|
||||||
|
|
Loading…
Reference in a new issue