Add project backgrounds

This commit is contained in:
Maksim Eltyshev
2020-05-26 00:46:04 +05:00
parent fb9ceb5db7
commit 2f7a244807
67 changed files with 774 additions and 210 deletions

View File

@@ -9,7 +9,7 @@
}
.fieldWrapper {
background-color: #fff !important;
background: #fff !important;
border-radius: 3px !important;
box-shadow: 0 1px 0 #ccc !important;
margin-bottom: 8px !important;

View File

@@ -16,7 +16,7 @@
}
.addCardButton:hover {
background-color: #c3cbd0 !important;
background: #c3cbd0 !important;
color: #17394d !important;
fill: #17394d !important;
}
@@ -70,7 +70,7 @@
}
.headerButton:hover {
background-color: rgba(9, 30, 66, 0.13) !important;
background: rgba(9, 30, 66, 0.13) !important;
color: #516b7a !important;
}