fix toolbar title flickr

This commit is contained in:
Adam Bradley
2015-05-16 22:38:43 -05:00
parent c100bf9604
commit 44a06bea2f
9 changed files with 67 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ textarea {
input {
border-radius: 0;
flex: 1 220px;
appearance: none;
@include appearance(none);
margin: 0;
padding-right: 24px;
background-color: transparent;
@@ -66,7 +66,7 @@ textarea {
.button-bar {
border-radius: 0;
flex: 1 0 220px;
appearance: none;
@include appearance(none);
}
.icon {

View File

@@ -21,7 +21,7 @@ ion-input {
border-radius: 0;
flex: 1 220px;
appearance: none;
@include appearance(none);
margin: 0;
padding-right: 24px;