Moved icons into network directories. Improved network logo handling.

This commit is contained in:
2019-11-10 04:47:41 +01:00
parent be012bfa40
commit 6ed484af76
53 changed files with 30 additions and 16 deletions

View File

@@ -242,10 +242,16 @@
text-decoration: none;
}
.logo[data-v-f4958086] {
color: #222;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
-o-object-fit: contain;
object-fit: contain;
font-size: 1rem;
font-weight: bold;
}
.title[data-v-f4958086] {
color: #222;
@@ -253,7 +259,6 @@
display: flex;
align-items: center;
margin: 0;
font-size: 1rem;
}
/* $primary: #ff886c; */