Sengi-Windows-MacOS-Linux/src/app/components/toot/toot.component.scss

54 lines
711 B
SCSS

#toot {
border: solid #06070b;
border-width: 0 0 1px 0;
margin: 0;
padding: 0;
width: calc(100%);
min-height: 70px;
overflow: hidden;
}
#toot-avatar {
margin: 10px 0 0 10px;
/* margin: 0; */
width: 50px;
height: 50px;
float: left;
}
#toot-avatar img {
width: 50px;
height: 50px;
border-radius: 4px;
margin: 0;
}
#toot-fullname {
color: white;
}
/* #toot-username {
color: grey;
} */
#toot-profile-link {
color: #353e64;
margin: 7px 0 0 70px;
display: block;
}
#toot-content {
/*width: calc(100% - 50px);*/
margin: 10px 10px 10px 70px ;
}
#toot-content p {
margin: 0;
font-size: 0.85em;
}
/* ::ng-deep .invisible {
display: inline;
color: red;
} */