Initial git
This commit is contained in:
24
app/styles/components/_people.scss
Normal file
24
app/styles/components/_people.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.people__title{
|
||||
@extend .profile__title
|
||||
}
|
||||
|
||||
.people__name{
|
||||
display: flex;
|
||||
word-break: break-word;
|
||||
max-width: 100%;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
justify-content: center;
|
||||
div{
|
||||
color: rgba(0,0,0,0.87);
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-height: 40px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user