mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
🎨 styles: cart drawer
:%s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
--primary-lightest: #effaf4;
|
||||
|
||||
--info-dark: #00317a;
|
||||
--info: #297fff;
|
||||
--info: #3468B7;
|
||||
--info-border-line: #d6e7ff;
|
||||
--info-light: #ebf3ff;
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
--disabled: #cccccc;
|
||||
--border-line: #ebebeb;
|
||||
--background: #fff;
|
||||
--background-gray: #F5F4F2;
|
||||
--gray: #f8f8f8;
|
||||
--white: #fff;
|
||||
--background-arrow:rgba(20, 20, 20, 0.05);
|
||||
|
@@ -120,6 +120,25 @@
|
||||
font-family: var(--font-logo);
|
||||
}
|
||||
|
||||
.custom-scroll {
|
||||
overflow-y: auto;
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: var(--background-gray);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
border-radius: 10px;
|
||||
width: 6px;
|
||||
background-color: var(--background-gray);
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background-color: var(--primary)
|
||||
}
|
||||
}
|
||||
|
||||
.u-form {
|
||||
.body {
|
||||
> div {
|
||||
|
Reference in New Issue
Block a user