40 lines
619 B
SCSS
40 lines
619 B
SCSS
ion-content{
|
|
--background: white;
|
|
ion-card{
|
|
margin-right: 0px;
|
|
margin-left: 0px;
|
|
margin: 0px;
|
|
}
|
|
}
|
|
//.card-top{
|
|
// box-shadow:0px 0px 100px 100px blue;
|
|
//}
|
|
ion-footer {
|
|
--background: white;
|
|
|
|
ion-toolbar {
|
|
--border-width: 0px;
|
|
padding: 10px;
|
|
align-items: center;
|
|
|
|
ion-icon {
|
|
color: white;
|
|
font-size: 25px;
|
|
}
|
|
|
|
.button {
|
|
background-color: var(--ion-color-primary);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
border-radius: 30px;
|
|
padding: 12px 0;
|
|
|
|
.text {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|