Add cart view
This commit is contained in:
@@ -11,4 +11,14 @@ body, html {
|
||||
:host{
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background-color: transparent;
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(255, 255, 255);
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user