Several Form elements

This commit is contained in:
2020-07-31 22:22:17 +02:00
parent 87cc27bcc8
commit c97a757691
11 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
.LP-Button{
background-color: $-secondary-accent-color;
color: $-secondary-color;
border: none;
padding: 8px 14px;
border-radius: 2px;
font-weight: bold;
&:active {
background-color: $-primary-accent-color;
color: $-secondary-accent-color;
}
}

View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -0,0 +1 @@
<button class="LP-Button">Click Me</button>