Add cross (remove) icon to poster cart
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
padding: 20px 20px 24px;
|
||||
|
||||
@include bp (sm) {
|
||||
padding: 24px 32px 0 32px;
|
||||
padding: 24px 32px;
|
||||
}
|
||||
|
||||
// Heading
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
// Poster Cart
|
||||
.poster-cart {
|
||||
position: relative;
|
||||
display: flex;
|
||||
background-color: #fff;
|
||||
color: $color-gray;
|
||||
@@ -75,6 +76,13 @@
|
||||
}
|
||||
|
||||
&__right {
|
||||
// Remove Icon
|
||||
.remove {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
// Poster Title
|
||||
h3 {
|
||||
font-family: $font-serif;
|
||||
|
||||
Reference in New Issue
Block a user