fix: styles
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#legend {
|
||||
display: flex;
|
||||
justify-self: center;
|
||||
gap: 3ch;
|
||||
* {
|
||||
margin: 2px;
|
||||
}
|
||||
gap: 3ch;
|
||||
}
|
||||
|
||||
.circle {
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
@for $n from 1 through 3 {
|
||||
&:nth-of-type(#{$n})::before {
|
||||
background-color: nth($list, $n);
|
||||
background-color: list.nth($list, $n);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,11 +11,11 @@ mat-card-title {
|
||||
mat-card-footer p {
|
||||
font-size: 0.8rem;
|
||||
color: #4a4a4a;
|
||||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: #999999
|
||||
}
|
||||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
mat-card-content p {
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
:host {
|
||||
width: 100%;
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
height: 95vh;
|
||||
}
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
height: 95vh;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
@@ -19,11 +19,11 @@ mat-card-title {
|
||||
mat-card-footer p {
|
||||
font-size: 0.8rem;
|
||||
color: #4a4a4a;
|
||||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: #999999
|
||||
}
|
||||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
mat-card-content p {
|
||||
|
||||
Reference in New Issue
Block a user