.
This commit is contained in:
+4
-1
@@ -1103,7 +1103,7 @@ display: block
|
|||||||
|
|
||||||
.inactive::before {
|
.inactive::before {
|
||||||
content: "inactive";
|
content: "inactive";
|
||||||
transform: rotate(19deg);
|
transform: rotate(45deg);
|
||||||
color: red;
|
color: red;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
@@ -1114,4 +1114,7 @@ display: block
|
|||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
font-family: 'Courier';
|
font-family: 'Courier';
|
||||||
/* mix-blend-mode: multiply; */
|
/* mix-blend-mode: multiply; */
|
||||||
|
opacity: 30%;
|
||||||
|
margin-left: -2em;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user