소스 검색

Profile picture grey background

Owen Diffey 4 년 전
부모
커밋
e726a67240
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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>