Add Cart button and opening/closing transition
This commit is contained in:
@@ -167,4 +167,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Overlay
|
||||
&-overlay {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba($color-primary, 0.9);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user