Removed unused styling
This commit is contained in:
@@ -1,30 +1,5 @@
|
|||||||
@import "./src/scss/variables";
|
@import "./src/scss/variables";
|
||||||
|
|
||||||
.movie__actions-link {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: uppercase;
|
|
||||||
color: rgba($c-dark, 0.5);
|
|
||||||
transition: color 0.5s ease;
|
|
||||||
font-size: 11px;
|
|
||||||
padding: 10px 0;
|
|
||||||
border-bottom: 1px solid rgba($c-dark, 0.05);
|
|
||||||
&:hover{
|
|
||||||
color: rgba($c-dark, 0.75);
|
|
||||||
}
|
|
||||||
&.active{
|
|
||||||
color: $c-dark;
|
|
||||||
}
|
|
||||||
&.pending{
|
|
||||||
color: #f8bd2d;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.movie__actions-text {
|
|
||||||
margin:4.4px;
|
|
||||||
margin-left: -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Loading placeholder styling
|
// Loading placeholder styling
|
||||||
@mixin nth-children($points...) {
|
@mixin nth-children($points...) {
|
||||||
@each $point in $points {
|
@each $point in $points {
|
||||||
|
|||||||
Reference in New Issue
Block a user