You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
575 B
SCSS
30 lines
575 B
SCSS
.profile-image-container{
|
|
display: block;
|
|
margin: 7px auto 0;
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 100%;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
img{
|
|
display: block;
|
|
margin: 0 auto;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
.ion-title{
|
|
color: white;
|
|
font-size: 0.5cm;
|
|
font-weight: bold;
|
|
font-family: WorkSans-Regular;
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 46px;
|
|
}
|
|
.header-toolbar-new {
|
|
--background: #024d71;
|
|
}
|
|
.setting-conatainer{
|
|
height: 40px !important;
|
|
width: 40px !important;
|
|
} |