summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/textfield/textfield.scss
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-28 12:19:15 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-29 12:21:12 +0300
commit1482d63643f3d03a7fa887a5de7cc251b1313a11 (patch)
tree2387a03fc3025bdee54fc99ac0c20d31cc959d12 /WebContent/VAADIN/themes/liferay/textfield/textfield.scss
parent730b552cc13ea596b0fe680ce40c053786c070f7 (diff)
downloadvaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.tar.gz
vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.zip
Build vaadin-themes with maven
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/textfield/textfield.scss')
-rw-r--r--WebContent/VAADIN/themes/liferay/textfield/textfield.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/WebContent/VAADIN/themes/liferay/textfield/textfield.scss b/WebContent/VAADIN/themes/liferay/textfield/textfield.scss
deleted file mode 100644
index a260156bc8..0000000000
--- a/WebContent/VAADIN/themes/liferay/textfield/textfield.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-@mixin liferay-textfield {
-
-&.v-app input[type="text"],
-&.v-app input[type="password"],
-&.v-app input[type="reset"],
-&.v-app textarea ,
-.v-window input[type="text"],
-.v-window input[type="password"],
-.v-window input[type="reset"],
-.v-window textarea {
- padding: 5px 1px;
-}
-
-input.v-textfield-prompt,
-textarea.v-textarea-prompt {
- font-style: normal;
-}
-
-} \ No newline at end of file