Sfoglia il codice sorgente

Profile picture grey background

Owen Diffey 4 anni fa
parent
commit
e726a67240
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      frontend/src/components/ProfilePicture.vue

+ 4 - 0
frontend/src/components/ProfilePicture.vue

@@ -82,6 +82,10 @@ export default {
 			background-color: var(--teal);
 			color: var(--white);
 		}
+		&.grey {
+			background-color: var(--grey);
+			color: var(--white);
+		}
 	}
 }
 </style>