34 lines
371 B
SCSS
34 lines
371 B
SCSS
*{
|
|
--ion-text-color: #fbffc4;
|
|
padding: 15px;
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
ion-item{
|
|
text-align: center;
|
|
color: wheat,
|
|
}
|
|
|
|
input{
|
|
display: inline-block;
|
|
text-align: left;
|
|
color: black;
|
|
}
|
|
|
|
label{
|
|
display: inline-block;
|
|
text-align: left;
|
|
color: wheat,
|
|
}
|
|
|
|
textarea{
|
|
color: black;
|
|
}
|
|
|
|
span{
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|