gab-social/app/javascript/gabsocial/features/follow_requests/components/account_authorize/account_authorize.scss

72 lines
1.1 KiB
SCSS

.account-authorize {
padding: 14px 10px;
&__avatar {
float: left;
margin-right: 10px;
}
&__display-name {
display: block;
color: $secondary-text-color;
margin-bottom: 15px;
line-height: 24px;
overflow: hidden;
strong,
span {
display: block;
@include text-overflow;
}
strong {
font-size: 16px;
color: $primary-text-color;
}
&:hover strong {
text-decoration: underline;
}
}
}
.account__header__content {
color: $darker-text-color;
overflow: hidden;
word-break: normal;
word-wrap: break-word;
@include text-sizing(14px, 400);
p {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
a {
color: inherit;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
.account--panel {
background: lighten($ui-base-color, 4%);
border-top: 1px solid lighten($ui-base-color, 8%);
border-bottom: 1px solid lighten($ui-base-color, 8%);
display: flex;
flex-direction: row;
padding: 10px 0;
}
.account--panel__button {
flex: 1 1 auto;
text-align: center;
}