Finish landing

This commit is contained in:
Jorik Schellekens
2020-06-25 00:41:56 +01:00
parent 4b35d635c9
commit 862f57043b
20 changed files with 854 additions and 433 deletions
+9 -9
View File
@@ -17,19 +17,19 @@ limitations under the License.
@import "../color-scheme";
.button {
width: 100%;
width: 100%;
padding: 1rem;
border-radius: 1000px;
border: 0;
padding: 1rem;
border-radius: 2rem;
border: 0;
background-color: $foreground;
color: $background;
background-color: $foreground;
color: $background;
font-size: 14px;
font-weight: 500px;
font-size: 14px;
font-weight: 500;
}
.buttonHighlight {
background-color: $accent;
background-color: $accent;
}