Compare commits
No commits in common. "5e5e9691dc068958f9d81174092d81dc75c4ca2d" and "6413492586fcd10e76facf2045f4ab11619b14f6" have entirely different histories.
5e5e9691dc
...
6413492586
@ -2,7 +2,4 @@
|
|||||||
@import 'headline/headline';
|
@import 'headline/headline';
|
||||||
@import 'text/text';
|
@import 'text/text';
|
||||||
@import 'icon/icon';
|
@import 'icon/icon';
|
||||||
@import 'textField/textField';
|
|
||||||
@import 'button/button';
|
|
||||||
@import 'checkbox/checkbox';
|
|
||||||
@import 'input/input';
|
@import 'input/input';
|
@ -1,13 +0,0 @@
|
|||||||
.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;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
<button class="LP-Button">Click Me</button>
|
|
@ -1,13 +0,0 @@
|
|||||||
.LP-Form{
|
|
||||||
.LP-Form__Checkbox{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LP-Form__CheckBox__CheckMark{
|
|
||||||
height: 1em;
|
|
||||||
width: 1em;
|
|
||||||
border: 1px solid black;
|
|
||||||
padding: 0 calc(.5em + 2px);
|
|
||||||
margin-right: .7em;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
<form class="LP-Form">
|
|
||||||
<label for="wurstwasser" class="LP-Form__Label"><span class="LP-Form__CheckBox__CheckMark"></span><input id="wurstwasser" type="checkbox" class="LP-Form__Checkbox"/>Check me</label>
|
|
||||||
</form>
|
|
@ -1,10 +0,0 @@
|
|||||||
.LP-Form{
|
|
||||||
.LP-Form__Input--text{
|
|
||||||
border: none;
|
|
||||||
border-bottom: 1px solid $-secondary-accent-color;
|
|
||||||
|
|
||||||
&:active, &:focus{
|
|
||||||
border-bottom: 1px solid $-primary-accent-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"title": "TextField",
|
|
||||||
"variants": [
|
|
||||||
{
|
|
||||||
"name": "default",
|
|
||||||
"context": {
|
|
||||||
"type": "text"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Password",
|
|
||||||
"context": {
|
|
||||||
"type": "password"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
<form class="LP-Form">
|
|
||||||
<input type="{{type}}" class="LP-Form__Input LP-Form__Input--text"/>
|
|
||||||
</form>
|
|
Loading…
Reference in New Issue
Block a user