mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Roman <ixrock@gmail.com> Co-authored-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
19 lines
352 B
SCSS
19 lines
352 B
SCSS
.SupportPage {
|
|
a[target=_blank] {
|
|
text-decoration: none;
|
|
border-bottom: 1px solid;
|
|
|
|
&:after {
|
|
content: "launch";
|
|
font: small "Material Icons";
|
|
vertical-align: middle;
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.SupportPageIcon {
|
|
color: white;
|
|
font-size: var(--font-size-small);
|
|
padding-right: calc(var(--padding) / 2);
|
|
} |