Files
newfreeplanet_OLD/src/components/CMyRecGrpCard/CMyRecGrpCard.scss
Surya Paolo af04e022eb - Visu Saldo su Home
- SendRisTo
- Movimenti conto Comunitario
- Profilo
2023-03-17 19:07:43 +01:00

34 lines
335 B
SCSS
Executable File

.myflex{
display: flex;
flex: 1;
}
.text_user_city{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 0.85rem;
color: grey;
}
.actualdate{
}
.cardrec{
@media (min-width: 500px) {
margin: 1px;
padding: 4px;
}
}
.text_title{
color: blue;
}
.text_title_dark{
color: white;
}