mirror of
https://github.com/vercel/commerce.git
synced 2025-06-17 12:41:21 +00:00
12 lines
147 B
SCSS
12 lines
147 B
SCSS
.button {
|
|
padding: 10px 20px;
|
|
border: none;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
background-color: #0070f3;
|
|
}
|
|
|
|
nav {
|
|
display: block;
|
|
}
|