Remove duplicate CSS properties (#16278)

master
Zero King 3 years ago committed by GitHub
parent 92f1d739b5
commit 028ba13eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mailer.scss
  2. 1
      app/javascript/styles/mastodon/about.scss
  3. 1
      app/javascript/styles/mastodon/widgets.scss

@ -258,7 +258,6 @@ h5 {
padding: 16px; padding: 16px;
line-height: 20px; line-height: 20px;
mso-line-height-rule: exactly; mso-line-height-rule: exactly;
border-radius: 4px;
text-align: center; text-align: center;
font-weight: 500; font-weight: 500;
font-size: 17px; font-size: 17px;

@ -322,7 +322,6 @@ $small-breakpoint: 960px;
font-family: $font-sans-serif, sans-serif; font-family: $font-sans-serif, sans-serif;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
font-size: 16px;
line-height: 30px; line-height: 30px;
margin-bottom: 12px; margin-bottom: 12px;
color: $darker-text-color; color: $darker-text-color;

@ -593,7 +593,6 @@ $fluid-breakpoint: $maximum-width + 20px;
display: block; display: block;
font-weight: 500; font-weight: 500;
padding: 15px; padding: 15px;
overflow: hidden;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

Loading…
Cancel
Save