Files
WrenchBoardIonic2023/src/app/pages/invite/invite.page.scss
T
CHIEFSOFT\ameye 88cf4de518 refer page
2023-08-03 10:49:42 -04:00

56 lines
782 B
SCSS

ion-header {
ion-toolbar {
--background: var(--ion-color-primary);
ion-icon {
color: white;
}
ion-title {
color: white;
}
}
}
.grey_text {
color: grey;
font-size: 13px;
}
.small_text {
font-size: 12px;
}
.bold_text {
font-size: 16px;
font-family: 'semi-bold';
}
.chat {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 1rem;
border-bottom: 1px solid lightgray;
padding-bottom: 10px;
.flex {
display: flex;
align-items: center;
.back_image {
height: 50px;
width: 50px;
border-radius: 100%;
}
}
.invite {
background-color: var(--ion-color-primary);
padding: 2px 10px;
color: white;
border-radius: 10px;
font-size: 13px;
}
}