59 lines
900 B
SCSS
59 lines
900 B
SCSS
page-tell-your-story {
|
|
|
|
.item.item-block {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.input-wrapper {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.label {
|
|
font-size: 1.2rem;
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
text-align: left;
|
|
}
|
|
|
|
ion-input, ion-textarea {
|
|
|
|
input, textarea {
|
|
font-size: 0.8rem;
|
|
|
|
&::placeholder,
|
|
&::-webkit-input-placeholder,
|
|
&::-moz-placeholder,
|
|
&:-ms-input-placeholder,
|
|
&:-moz-placeholder {
|
|
color: #94949D;
|
|
}
|
|
}
|
|
}
|
|
|
|
.file-upload-wrapper {
|
|
text-align: left;
|
|
|
|
.upload-trigger {
|
|
border: 0.2rem solid #94949D;
|
|
color: #94949D;
|
|
display: block;
|
|
font-size: 7.8rem;
|
|
height: 9.8rem;
|
|
text-align: center;
|
|
width: 9.8rem;
|
|
}
|
|
|
|
input {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.button.button-block {
|
|
background-color: #fdb315;
|
|
|
|
.button-inner {
|
|
color: #191b1c;
|
|
}
|
|
}
|
|
}
|