]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-edit/user-edit.component.scss
Add new default different avatar for channel and account
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
index d4c1b600e83888dc2d92a6219c109845a8df376c..30c37f148d10c6a21bf282716b10324d39067d55 100644 (file)
@@ -8,6 +8,10 @@ label {
 
 .account-title {
   @include settings-big-title;
+
+  &.account-title-danger {
+    color: lighten($color: #c54130, $amount: 10);
+  }
 }
 
 input:not([type=submit]) {
@@ -36,6 +40,10 @@ input[type=submit], button {
     margin-bottom: 30px;
 
     button {
+      @include peertube-button;
+      @include danger-button;
+      @include disable-outline;
+
       display: block;
       margin-top: 0;
     }