Ja...
This commit is contained in:
8
components/01_Atoms/link/_link.scss
Normal file
8
components/01_Atoms/link/_link.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.LP-Link {
|
||||
color: $-secondary-color;
|
||||
text-decoration: none;
|
||||
font-family: $-primary-accent-font;
|
||||
&:hover {
|
||||
color: $-secondary-accent-color;
|
||||
}
|
||||
}
|
6
components/01_Atoms/link/link.config.json
Normal file
6
components/01_Atoms/link/link.config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"context": {
|
||||
"url": "#",
|
||||
"text": "Click Me"
|
||||
}
|
||||
}
|
1
components/01_Atoms/link/link.hbs
Normal file
1
components/01_Atoms/link/link.hbs
Normal file
@@ -0,0 +1 @@
|
||||
<a href="{{url}}" class="LP-Link"><span class="LP-Link__Text">{{text}}</span></a>
|
Reference in New Issue
Block a user