Add underline to wizard titles
Dieser Commit ist enthalten in:
Ursprung
305ad2632a
Commit
da6d7a788b
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
|
@ -31,6 +31,12 @@
|
|||
|
||||
p {
|
||||
margin: 0 0 0.5em 0;
|
||||
background-image: linear-gradient(180deg, transparent 95%, #08c 0);
|
||||
background-repeat: no-repeat;
|
||||
background-color: initial;
|
||||
padding: 0px;
|
||||
background-size: 100% 100%;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren