1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 16:19:47 +02:00

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

@ -1,5 +1,5 @@
.addUser {
background: hsla(0, 0%, 0%, 0.24) !important;
background: rgba(0, 0, 0, 0.24) !important;
border-radius: 50% !important;
box-shadow: none !important;
color: #fff !important;
@ -12,7 +12,7 @@
}
.addUser:hover {
background: hsla(0, 0%, 0%, 0.32) !important;
background: rgba(0, 0, 0, 0.32) !important;
}
.header {
@ -46,7 +46,7 @@
}
.wrapper {
background: hsla(0, 0%, 0%, 0.08);
background: rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
height: 100%;