feat: added header

This commit is contained in:
Aliaksei Karzhou
2024-06-30 00:11:55 +03:00
parent 24da9d4df0
commit 8653542a07
29 changed files with 718 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
.button {
border-radius: 100px;
background-color: $white;
transition: all ease-in-out 0.1s;
cursor: pointer;
&--order {
display: inline-block;
padding: 14px 29px;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.01em;
border: 1px solid #cacaca;
}
}