Files
WrenchBoardIonic2023/src/app/pages/profile/profile.page.scss
T
CHIEFSOFT\ameye 91485afe13 profile picture
2023-08-03 22:23:33 -04:00

88 lines
1.5 KiB
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 {
.profile {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 16px;
padding-bottom: 30px;
.back_image {
height: 90px;
width: 90px;
border-radius: 100%;
position: relative;
.icon {
position: absolute;
bottom: 0;
right: 0;
ion-icon {
background: var(--ion-color-primary);
color: white;
padding: 5px;
border-radius: 100%;
}
}
}
.title {
display: flex;
flex-direction: column;
}
}
.route {
ion-item {
--padding-start: 0px;
--padding-end: 0px;
ion-icon {
font-size: 20px;
}
ion-label {
font-size: 16px;
margin: 0px;
font-family: "regular";
color: var(--ion-color-dark);
margin-left: 16px;
}
}
}
.pad_logout{
padding-top: 50px;
color:red;
&.ion_label_red{
color:red;
}
}
.ion_label_red{
color: red;
}
}