Files
WrenchBoardIonic2023/src/app/components/interest-card/interest-card.component.scss
T
CHIEFSOFT\ameye d8e8a1c813 Interesrt Stats
2024-07-21 07:30:37 -04:00

31 lines
532 B
SCSS

.jobIntGrid{
background: aliceblue;
border-radius: 10px;
font-size: 10px;
ion-col{
margin: 0px;
ion-list{
ion-item{
border-radius: 10px;
padding: 0px;
margin: 0px;
font-size: 14px;
color:darkblue;
}
}
}
.job-hx{
background-color: white;
border-radius: 10px;
font-size: 12px;
font-weight: bolder;
color:black;
ion-label{
font-weight: bold;
font-size: 12px;
margin-left: 20px;
color:rebeccapurple;
}
}
}