tangy-form
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -16,8 +16,2 @@ | ||
<style is="custom-style"> | ||
* { | ||
font-size: 1.2em; | ||
line-height: 1.2em; | ||
/* Not sure why this does not have an affect when inside html style declaration */ | ||
--paper-input-container-shared-input-style_-_line-height: 1.2em; | ||
} | ||
html { | ||
@@ -47,4 +41,2 @@ --document-background-color: #FAFAFA; | ||
color: var(--primary-text-color); | ||
font-weight: 400; | ||
font-size: 2em; | ||
margin: 25px 0px 5px 15px; | ||
@@ -51,0 +43,0 @@ } |
{ | ||
"name": "tangy-form", | ||
"description": "A form element for lazy loaded multipage forms", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "tangy-form.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -172,6 +172,2 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
return { | ||
id: { | ||
type: String, | ||
value: 'tangy-form' | ||
}, | ||
complete: { | ||
@@ -178,0 +174,0 @@ type: Boolean, |
Sorry, the diff of this file is not supported yet
240057
4917