Files
newfreeplanet_OLD/src/components/CMyRecCard/CMyRecCard.scss

31 lines
299 B
SCSS
Raw Normal View History

.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;
}