Update styling for relocation warning symbol in index.html
This commit is contained in:
12
index.html
12
index.html
@@ -89,16 +89,14 @@
|
|||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
pointer-events: auto !important; /* Damit Buttons weiter gehen */
|
pointer-events: auto !important; /* Damit Buttons weiter gehen */
|
||||||
}
|
}
|
||||||
.needs-relocation::after {
|
.relocation-warning-symbol {
|
||||||
content: "!";
|
|
||||||
color: #e11d48;
|
color: #e11d48;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
left: 8px;
|
margin-right: 2px;
|
||||||
top: 8px;
|
display: flex;
|
||||||
background: #fff1f2;
|
align-items: center;
|
||||||
border-radius: 50%;
|
justify-content: center;
|
||||||
padding: 0 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#currentTitle {
|
#currentTitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user