Files
WrenchBoardIonic2023/src/app/pages/receipt/receipt.page.scss
T
CHIEFSOFT\ameye cea49e295a first commit
2023-05-12 22:30:08 -04:00

54 lines
1002 B
SCSS

/*
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
*/
ion-header {
ion-toolbar {
--background: var(--ion-color-primary);
ion-icon {
color: white;
}
ion-title {
color: white;
}
}
}
ion-content {
.back_image {
width: 100%;
height: 150px;
}
.bg_white {
margin-top: 20px;
background-color: white;
padding: 20px 15px 15px 15px;
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px;
.flex {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
.grey_text {
color: grey;
font-size: 14px;
}
.dark_text {
font-family: 'semi-bold';
font-size: 15px;
}
}
}
}