bitque/crates/web/js/css/styledLink.scss

27 lines
496 B
SCSS
Raw Normal View History

2020-04-17 16:28:02 +02:00
.styledLink {
color: var(--textDark);
font-family: var(--font-medium);
height: 32px;
vertical-align: middle;
line-height: 2;
appearance: none;
cursor: pointer;
user-select: none;
font-size: 14.5px;
2021-01-19 21:57:48 +01:00
&.withIcon {
display: flex;
> .styledIcon {
margin-right: 10px;
font-size: 14.5px;
line-height: 2;
}
> span {
font-size: 14.5px;
line-height: 2;
}
}
2020-04-17 16:28:02 +02:00
}