mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 09:26:35 -04:00
Emphasise error card icon
This commit is contained in:
parent
de5cf8bb6f
commit
a6e8c36aff
@ -833,11 +833,14 @@ h1, h2, h3, h4, h5, p,
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: max-content 1fr;
|
grid-template-columns: max-content 1fr;
|
||||||
grid-template-rows: 1fr max-content;
|
grid-template-rows: 1fr max-content;
|
||||||
|
align-items: center;
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
row-gap: 4px;
|
row-gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-card > .explanation > i {
|
.error-card > .explanation > i {
|
||||||
|
color: #f44;
|
||||||
|
font-size: 24px;
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user