diff --git a/components/01_Atoms/_atoms.scss b/components/01_Atoms/_atoms.scss index beb6768..842df15 100644 --- a/components/01_Atoms/_atoms.scss +++ b/components/01_Atoms/_atoms.scss @@ -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'; diff --git a/components/01_Atoms/textField/_textField.scss b/components/01_Atoms/textField/_textField.scss deleted file mode 100644 index e6a4ed6..0000000 --- a/components/01_Atoms/textField/_textField.scss +++ /dev/null @@ -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; - } - } -} \ No newline at end of file diff --git a/components/01_Atoms/textField/textField.config.json b/components/01_Atoms/textField/textField.config.json deleted file mode 100644 index 992c4a4..0000000 --- a/components/01_Atoms/textField/textField.config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "TextField", - "variants": [ - { - "name": "default", - "context": { - "type": "text" - } - }, - { - "name": "Password", - "context": { - "type": "password" - } - } - ] -} \ No newline at end of file diff --git a/components/01_Atoms/textField/textField.hbs b/components/01_Atoms/textField/textField.hbs deleted file mode 100644 index 45df1f6..0000000 --- a/components/01_Atoms/textField/textField.hbs +++ /dev/null @@ -1,3 +0,0 @@ -
- -
\ No newline at end of file