91 lines
1.6 KiB
SCSS
91 lines
1.6 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.main_div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
.profile {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
text-align: center;
|
|
padding: 16px;
|
|
padding-top: 40px;
|
|
margin-top: 5rem;
|
|
|
|
.back_image {
|
|
height: 120px;
|
|
width: 120px;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 1rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.head_text {
|
|
margin-top: 10px;
|
|
font-family: 'bold';
|
|
font-size: 20px;
|
|
}
|
|
|
|
.grey_text {
|
|
color: #86888f;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 5rem;
|
|
|
|
ion-icon {
|
|
--background: var(--ion-color-primary);
|
|
padding: 20px;
|
|
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
|
|
font-size: 25px;
|
|
border-radius: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.danger {
|
|
background: red;
|
|
color: #fff;
|
|
}
|
|
|
|
ion-row {
|
|
margin-top: 1.5rem;
|
|
width: 100%;
|
|
|
|
ion-col {
|
|
.about {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|