This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.main-content{
overflow: hidden !important;
}
@@ -31,7 +33,7 @@
width: 74.67%;
margin: 0 auto;
overflow: auto;
font-size: 8.5px;
font-size: rem(8.5);
font-family: Bahnschrift;
.logo-description-content{
@@ -84,7 +86,7 @@
float: left;
.profile-title{
font-size: 20px;
font-size: rem(20);
font-weight: 300;
margin-bottom: 20px;
}
@@ -92,7 +94,7 @@
margin-top: 20px;
color: black;
font-family: Roboto;
font-size: 13px;
font-size: rem(14);
.user-role{
background-color: white;
@@ -113,15 +115,15 @@
}
.ion-icon-class{
color: #ebebeb;
width: 40px;
height: 40px;
width: rem(40);
height: rem(40);
float: left;
padding: 5px;
font-size: 25px;
font-size: rem(25);
}
.ion-input-class{
width: calc(100% - 40px);
height: 40px;
height: rem(40);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
@@ -135,7 +137,7 @@
}
.icon{
font-size: 40px;
font-size: rem(40);
}
.profile-pic{
@@ -154,12 +156,12 @@
margin-top: 15px;
float: left;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: 300;
.preference{
font-size: 20px;
font-size: rem(20);
margin-bottom: 0 !important;
}
.checkBox{
+8 -6
View File
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.profile-header {
margin: 0 em(20px);
// background-color: #0782c9;
@@ -6,7 +8,7 @@
.div-logo{
background: transparent;
width: em(140px);
width: em(140);
justify-content: center;
display: flex;
color: black;
@@ -27,7 +29,7 @@
width: 74.67%;
margin: 0 auto;
overflow: auto;
font-size: 8.5px;
font-size: rem(8.5);
font-family: Bahnschrift;
.logo-description-content{
@@ -79,19 +81,19 @@
}
.icon {
font-size: 40px;
font-size: rem(40);
}
.profile-name {
font-weight: 300;
font-size: 20px !important;
font-size: rem(20) !important;
margin-bottom: 17px !important;
color: var(--profile-text-color) !important;
}
.profile-title {
font-weight: 300;
font-size: 20px !important;
font-size: rem(20) !important;
margin-bottom: 40px !important;
color: var(--profile-text-color) !important;
}
@@ -143,7 +145,7 @@ ion-list {
overflow: auto;
}
.notification-icon {
font-size: 35px !important;
font-size: rem(35) !important;
}
.approve-event-time {
width: fit-content !important;