Linting CSS
This commit is contained in:
parent
a89d05b8d1
commit
b9a675be82
|
@ -61,7 +61,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
&, &:hover, &:active {
|
&,
|
||||||
|
&:hover,
|
||||||
|
&:active {
|
||||||
color: $gray-900;
|
color: $gray-900;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -69,7 +71,7 @@
|
||||||
/* Use the ::after trick to make the whole card clickable: */
|
/* Use the ::after trick to make the whole card clickable: */
|
||||||
&::after {
|
&::after {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: "";
|
content: '';
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in New Issue