Merge upstream styling for public profile endorsements

Port the SCSS part of f2404de871 to glitch-soc
master
Thibaut Girka 6 years ago
parent e5a603206d
commit 16a4a333a2
  1. 32
      app/javascript/flavours/glitch/styles/widgets.scss

@ -71,6 +71,38 @@
}
}
.endorsements-widget {
margin-bottom: 10px;
padding-bottom: 10px;
h4 {
padding: 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
color: $darker-text-color;
}
.account {
padding: 10px 0;
&:last-child {
border-bottom: 0;
}
.account__display-name {
display: flex;
align-items: center;
}
.account__avatar {
width: 44px;
height: 44px;
background-size: 44px 44px;
}
}
}
.moved-account-widget {
padding: 15px;
padding-bottom: 20px;

Loading…
Cancel
Save