Files
WrenchBoardIonic2023/src/app/pages/logout/logout.page.scss
T
CHIEFSOFT\ameye f7df2e56b6 add recip
2023-10-29 17:27:35 -04:00

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;
}
}
}
}