]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add "why do you want to join" field to invite requests
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 9 Apr 2019 14:06:30 +0000 (16:06 +0200)
committerThibaut Girka <thib@sitedethib.com>
Wed, 10 Apr 2019 07:22:45 +0000 (09:22 +0200)
Port SCSS changes from 8b69a66380bbe32127e717ca2d79244392b7d2b6 to glitch-soc

app/javascript/flavours/glitch/styles/accounts.scss
app/javascript/flavours/glitch/styles/widgets.scss

index d2ae83b2e072feb00d570b97c485a04812c6f7ab..57451c3a15633777e3d568c4541f4252ff1cd937 100644 (file)
 .directory__tag .trends__item__current {
   width: auto;
 }
+
+.pending-account {
+  &__header {
+    color: $darker-text-color;
+
+    a {
+      color: $ui-secondary-color;
+      text-decoration: none;
+
+      &:hover,
+      &:active,
+      &:focus {
+        text-decoration: underline;
+      }
+    }
+
+    strong {
+      color: $primary-text-color;
+      font-weight: 700;
+    }
+  }
+
+  &__body {
+    margin-top: 10px;
+  }
+}
index 307e509d596c985e83b0aea84df895fedaaf886e..e736d7a7ef342182bc7a23710d2c84e2865bcfdb 100644 (file)
     border: 0;
   }
 
+  strong {
+    font-weight: 700;
+  }
+
   thead th {
     text-align: center;
     text-transform: uppercase;
     }
   }
 
+  &__comment {
+    width: 50%;
+    vertical-align: initial !important;
+  }
+
   @media screen and (max-width: $no-gap-breakpoint) {
     tbody td.optional {
       display: none;