- more placeholder styling
This commit is contained in:
@@ -17,9 +17,16 @@ page-tell-your-story {
|
|||||||
|
|
||||||
ion-input, ion-textarea {
|
ion-input, ion-textarea {
|
||||||
|
|
||||||
*::placeholder {
|
input, textarea {
|
||||||
color: #94949D;
|
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
|
||||||
|
&::placeholder,
|
||||||
|
&::-webkit-input-placeholder,
|
||||||
|
&::-moz-placeholder,
|
||||||
|
&:-ms-input-placeholder,
|
||||||
|
&:-moz-placeholder {
|
||||||
|
color: #94949D;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,7 +42,7 @@ page-tell-your-story {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 9.8rem;
|
width: 9.8rem;
|
||||||
|
|
||||||
.icon {
|
ion-icon.icon {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
position: relative;
|
position: relative;
|
||||||
transform: translate3d(-50%, 0, 0);
|
transform: translate3d(-50%, 0, 0);
|
||||||
@@ -49,6 +56,9 @@ page-tell-your-story {
|
|||||||
|
|
||||||
.button.button-block {
|
.button.button-block {
|
||||||
background-color: #fdb315;
|
background-color: #fdb315;
|
||||||
|
|
||||||
|
.button-inner {
|
||||||
color: #191b1c;
|
color: #191b1c;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user