burger
This commit is contained in:
parent
b1b9a32fca
commit
8901d9c91c
|
@ -1,7 +1,6 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #ebe8d8;
|
background-color: #ebe8d8;
|
||||||
font-family: "Inter", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
@ -42,7 +41,6 @@ body {
|
||||||
border-color: grey;
|
border-color: grey;
|
||||||
width: calc(100% - 15px);
|
width: calc(100% - 15px);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
.accountform .flash {
|
.accountform .flash {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
|
@ -51,7 +49,6 @@ body {
|
||||||
border-color: #f1b739;
|
border-color: #f1b739;
|
||||||
width: calc(100% - 15px);
|
width: calc(100% - 15px);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
.accountform button {
|
.accountform button {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
|
@ -62,7 +59,6 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a {
|
.navbar a {
|
||||||
|
|
Reference in New Issue