Add cart view

This commit is contained in:
2021-01-02 22:13:10 +01:00
parent e21531dec0
commit 32340eb4cc
15 changed files with 311 additions and 37 deletions

View File

@@ -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;
}