feat: travail design avec damien

This commit is contained in:
Matthieu Bessat 2023-04-01 00:14:22 +02:00
parent d369147c20
commit 6f34c7fc55
19 changed files with 278 additions and 35 deletions

32
assets/sass/button.scss Normal file
View file

@ -0,0 +1,32 @@
.button {
background-color: $accent;
color: white;
padding: 1rem 2rem;
min-width: 10rem;
font-size: 1.2rem;
border: 0;
border-radius: 2px;
}
.burger {
width: 100px;
height: 100px;
border: 1px solid red;
display: flex;
justify-content: space-between;
flex-direction: column;
.bar {
width: 100%;
border-top: 6px solid rgba(1, 1, 1, 0.9);
}
.bar1 {
}
.bar2 {
}
.bar3 {
}
}