wekan/client/components/main/myCards.styl

57 lines
1.1 KiB
Stylus
Raw Normal View History

.my-cards-board-wrapper
border-radius: 4px
//padding: 0.5rem
min-width: 400px
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
2020-12-31 19:14:55 +02:00
font-weight: bold
padding: 0.5rem
background-color: grey
color: white
2020-12-31 19:14:55 +02:00
.my-cards-swimlane-title
font-size: 1.1rem
2020-12-31 19:14:55 +02:00
font-weight: bold
padding: 0.5rem
padding-bottom: 0.4rem
margin-top: 0
margin-bottom: 0.5rem
//border-top: black 1px solid
//border-bottom: black 1px solid
text-align: center
.swimlane-default-color
background-color: lightgrey
2020-12-31 19:14:55 +02:00
.my-cards-list-title
2020-12-31 19:14:55 +02:00
font-weight: bold
font-size: 1.1rem
//padding-bottom: 0
//margin-bottom: 0
text-align: center
margin-bottom: 0.7rem
.my-cards-list-wrapper
margin: 1rem
border-radius: 5px
padding: 1.5rem
padding-top: 0.75rem
display: inline-block
min-width: 250px
max-width: 350px
.my-cards-card-wrapper
margin-top: 0
margin-bottom: 10px
.my-cards-dueat-list-wrapper
max-width: 500px
margin-right: auto
margin-left: auto