linted
This commit is contained in:
parent
823ff181c6
commit
48a8e88b15
|
@ -15,7 +15,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 1.2rem;
|
border-radius: 1.2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
@include font-size(1.5rem);
|
@include font-size(1.5rem);
|
||||||
|
|
||||||
gap: 0.6rem;
|
gap: 0.6rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
@ -42,7 +44,7 @@
|
||||||
flex: 1 100%;
|
flex: 1 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:after {
|
&::after {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: '';
|
content: '';
|
||||||
height: 20%;
|
height: 20%;
|
||||||
|
@ -56,12 +58,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.placeholder--feedMy .placeholderCover:after {
|
&.placeholder--feedMy .placeholderCover::after {
|
||||||
background: linear-gradient(to top, #171032, rgba(23, 16, 50, 0));
|
background: linear-gradient(to top, #171032, rgb(23 16 50 / 0%));
|
||||||
}
|
}
|
||||||
|
|
||||||
&.placeholder--feedCollaborations .placeholderCover:after {
|
&.placeholder--feedCollaborations .placeholderCover::after {
|
||||||
background: linear-gradient(to top, #070709, rgba(7, 7, 9, 0));
|
background: linear-gradient(to top, #070709, rgb(7 7 9 / 0%));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -233,7 +235,9 @@
|
||||||
|
|
||||||
.bottomLinks {
|
.bottomLinks {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
@include font-size(1.6rem);
|
@include font-size(1.6rem);
|
||||||
|
|
||||||
gap: 4rem;
|
gap: 4rem;
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user