Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2196,14 +2196,18 @@ export default {
|
|||||||
&:not(:nth-last-child(-n+5)) {
|
&:not(:nth-last-child(-n+5)) {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
&:hover {
|
|
||||||
|
|
||||||
.media-add-icon {
|
|
||||||
transform: scale(1.1);
|
|
||||||
transition: all 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
transition: transform 0.3s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
|
||||||
|
.media-add-icon {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
// transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
&.pitch {
|
&.pitch {
|
||||||
.media-cover-bnt {
|
.media-cover-bnt {
|
||||||
@@ -2243,7 +2247,7 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.media-add-icon,
|
.media-add-icon,
|
||||||
.media-cross-icon {
|
.media-cross-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user