mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
* Add cards due view * Add input for selecting sort (not working) * Add methods to `Utils` to save sort to local browser storage * CSS updates to make lists display horizontally within swimlanes
100 lines
1.7 KiB
Stylus
100 lines
1.7 KiB
Stylus
.my-cards-list
|
|
.my-cards-list-item
|
|
border-bottom: 1px solid darken(white, 25%)
|
|
padding: 10px 5px
|
|
|
|
&:last-child
|
|
border-bottom: none
|
|
|
|
.my-cards-list-item-keys
|
|
margin-top: 5px
|
|
float: right
|
|
|
|
kbd
|
|
padding: 5px 8px
|
|
margin: 5px
|
|
font-size: 18px
|
|
|
|
.my-cards-list-item-action
|
|
font-size: 1.4em
|
|
margin: 5px
|
|
|
|
.my-cards-board-wrapper
|
|
border-radius: 8px
|
|
//padding: 0.5rem
|
|
min-width: 400px
|
|
border-width: 8px
|
|
border-color: grey
|
|
border-style: solid
|
|
margin-bottom: 2rem
|
|
margin-right: auto
|
|
margin-left: auto
|
|
|
|
.board-title
|
|
font-size: 1.4rem
|
|
font-weight: bold
|
|
padding: 0.5rem
|
|
background-color: grey
|
|
color: white
|
|
|
|
.swimlane-title
|
|
font-size: 1.1rem
|
|
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
|
|
|
|
.list-title
|
|
font-weight: bold
|
|
font-size: 1.1rem
|
|
//padding-bottom: 0
|
|
//margin-bottom: 0
|
|
text-align: center
|
|
margin-bottom: 0.7rem
|
|
|
|
.list-color-bar
|
|
//height: 0.3rem
|
|
margin-bottom: 0.3rem
|
|
margin-top: 0
|
|
padding-top: 0
|
|
|
|
.my-cards-list-wrapper
|
|
margin: 1rem
|
|
margin-top: 1rem
|
|
border-radius: 5px
|
|
padding: 1.5rem
|
|
padding-top: 0.75rem
|
|
display: inline-block
|
|
min-width: 250px
|
|
max-width: 350px
|
|
|
|
.card-title
|
|
margin-top: 0
|
|
margin-bottom: 10px
|
|
|
|
.my-cards-dueat-list-wrapper
|
|
max-width: 500px
|
|
margin-right: auto
|
|
margin-left: auto
|
|
|
|
.my-cards-field-name
|
|
font-weight: bold
|
|
|
|
.my-cards-dueat-list
|
|
columns: 2
|
|
|
|
.my-cards-context
|
|
display: inline-block
|
|
|
|
.my-cards-context-list
|
|
margin-bottom: 0.7rem
|
|
|
|
.my-cards-context-item
|
|
display: inline-block
|