newDocumentCard same background color

This commit is contained in:
2019-10-27 13:17:59 +03:00
parent 0fe0b4902e
commit e794311aa1

View File

@@ -56,7 +56,7 @@
} }
.card.newDocumentCard { .card.newDocumentCard {
background-color: $light-gray5; background-color: white;
color: $gray2; color: $gray2;
display: flex; display: flex;
justify-content: center; justify-content: center;