IsekaiWidgets/modules/tile/style.less

29 lines
410 B
Plaintext

a {
&.tile-small,
&.tile-medium,
&.tile-wide,
&.tile-large,
&.tile-app {
color: #fff;
&:visited {
color: #fff;
}
&:visited:hover {
color: #fff;
}
}
}
.tiles-group {
margin: 10px 0;
}
.tiles-group::before {
font-size: 1.2em;
}
.tiles-group[data-group-title] {
margin-top: 3em;
}