Several Form elements
This commit is contained in:
13
components/01_Atoms/button/_button.scss
Normal file
13
components/01_Atoms/button/_button.scss
Normal 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;
|
||||
}
|
||||
}
|
3
components/01_Atoms/button/button.config.json
Normal file
3
components/01_Atoms/button/button.config.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
1
components/01_Atoms/button/button.hbs
Normal file
1
components/01_Atoms/button/button.hbs
Normal file
@@ -0,0 +1 @@
|
||||
<button class="LP-Button">Click Me</button>
|
Reference in New Issue
Block a user