css cleanup

This commit is contained in:
Adam Bradley
2015-09-05 21:02:44 -05:00
parent 463de4b437
commit c41801c55f
23 changed files with 381 additions and 389 deletions

View File

@@ -2,32 +2,6 @@
// Forms
// --------------------------------------------------
form {
margin: 0;
}
label,
input,
select,
textarea {
line-height: normal;
font-family: inherit;
}
textarea {
margin: 0;
padding: 0;
height: auto;
overflow: auto;
color: inherit;
font: inherit;
}
.platform-mobile textarea {
resize: none;
}
ion-input {
// text inputs
@@ -54,6 +28,20 @@ ion-input {
}
textarea {
margin: 0;
padding: 0;
height: auto;
overflow: auto;
font: inherit;
color: inherit;
}
.platform-mobile textarea {
resize: none;
}
// Placeholder
// -------------------------------