Deleting obsolete components
This commit is contained in:
parent
5e5e9691dc
commit
e49803cb81
@ -2,7 +2,6 @@
|
||||
@import 'headline/headline';
|
||||
@import 'text/text';
|
||||
@import 'icon/icon';
|
||||
@import 'textField/textField';
|
||||
@import 'button/button';
|
||||
@import 'checkbox/checkbox';
|
||||
@import 'input/input';
|
||||
|
@ -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