mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Remove border and add box-shadow in boards to My Cards
This commit is contained in:
parent
8dd088d727
commit
7909af6a56
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
|||
.my-cards-board-wrapper
|
||||
border-radius: 8px
|
||||
border-radius: 4px
|
||||
//padding: 0.5rem
|
||||
min-width: 400px
|
||||
border-width: 8px
|
||||
border-color: grey
|
||||
border-style: solid
|
||||
margin-bottom: 2rem
|
||||
margin-right: auto
|
||||
margin-left: auto
|
||||
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
|
||||
|
||||
.my-cards-board-title
|
||||
border-radius: 4px 4px 0 0;
|
||||
font-size: 1.4rem
|
||||
font-weight: bold
|
||||
padding: 0.5rem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue