]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/button.component.scss
Users can change ownership of their video [#510] (#888)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.scss
index 343aea2079a1b93a5fd60189cf4174f202fc3982..168102f09e36378f7884fdd3972ac6e450e9026f 100644 (file)
     &.icon-delete-grey {
       background-image: url('../../../assets/images/global/delete-grey.svg');
     }
+
+    &.icon-im-with-her {
+      background-image: url('../../../assets/images/global/im-with-her.svg');
+    }
+
+    &.icon-tick {
+      background-image: url('../../../assets/images/global/tick.svg');
+    }
+
+    &.icon-cross {
+      background-image: url('../../../assets/images/global/cross.svg');
+    }
   }
 }