doc: add optionBasket and basketCount stylesheet

This commit is contained in:
Leon Xu
2022-05-05 18:39:50 -07:00
parent 280b749900
commit ca2757ac04
+11
View File
@@ -56,3 +56,14 @@
font-size: 13px;
font-weight: 800;
}
.header__optionBasket {
display: flex;
align-items: center;
color: white;
}
.header__basketCount {
margin-left: 10px;
margin-right: 10px;
}