You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
440 B
Plaintext
30 lines
440 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;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tiles-group::before {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.tiles-group[data-group-title] {
|
|
margin-top: 3em;
|
|
} |