Files
newfreeplanet_OLD/src/components/CMyRecCard/CMyRecCard.scss
paoloar77 bdfeb714d7 ver. 0.2.12
Sistemare i Gruppi : cardGruppo
2022-02-25 19:20:51 +01:00

31 lines
299 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;
}