mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.2 KiB
118 lines
2.2 KiB
@import 'nib'
|
|
|
|
.card-details
|
|
padding: 0 20px
|
|
height: 100%
|
|
flex-shrink: 0
|
|
flex-basis: 470px
|
|
will-change: flex-basis
|
|
overflow: hidden
|
|
background: darken(white, 3%)
|
|
border-radius: bottom 3px
|
|
z-index: 20 !important
|
|
animation: flexGrowIn 0.1s
|
|
box-shadow: 0 0 7px 0 darken(white, 30%)
|
|
transition: flex-basis 0.1s
|
|
|
|
.card-details-canvas
|
|
width: 470px
|
|
|
|
.card-details-header
|
|
margin: 0 -20px 5px
|
|
padding 7px 16px
|
|
background: darken(white, 7%)
|
|
border-bottom: 1px solid darken(white, 14%)
|
|
|
|
.close-card-details,
|
|
.card-details-menu
|
|
float: right
|
|
|
|
.close-card-details
|
|
font-size: 24px
|
|
padding: 5px
|
|
margin-right: -8px
|
|
|
|
.card-details-menu
|
|
font-size: 17px
|
|
padding: 10px
|
|
|
|
.card-details-watch
|
|
font-size: 17px
|
|
padding-left: 7px
|
|
color: #a6a6a6
|
|
|
|
.card-details-title
|
|
font-weight: bold
|
|
font-size: 1.33em
|
|
margin: 7px 0 0
|
|
padding: 0
|
|
|
|
|
|
form.inlined-form
|
|
margin-top: 5px
|
|
margin-bottom: 10px
|
|
|
|
.card-details-list
|
|
font-size: 0.85em
|
|
margin-bottom: 3px
|
|
|
|
a.card-details-list-title
|
|
font-weight: bold
|
|
|
|
&.is-editable
|
|
display: inline-block
|
|
background: darken(white, 10%)
|
|
border-radius: 3px
|
|
padding: 0px 5px
|
|
|
|
.card-description textarea
|
|
min-height: 100px
|
|
|
|
.card-details-items
|
|
display: flex
|
|
margin: 15px 0
|
|
|
|
.card-details-item
|
|
&.card-details-item-labels,
|
|
&.card-details-item-members
|
|
width: 50%
|
|
flex-shrink: 1
|
|
|
|
.card-details-item-title
|
|
font-size: 14px
|
|
color: darken(white, 45%)
|
|
|
|
.card-label
|
|
padding-top: 5px
|
|
padding-bottom: 5px
|
|
|
|
.activities
|
|
padding-top: 10px
|
|
|
|
input[type="text"].attachment-add-link-input
|
|
float: left
|
|
margin: 0 0 8px
|
|
width: 80%
|
|
|
|
input[type="submit"].attachment-add-link-submit
|
|
float: left
|
|
margin: 0 0 8px 4px
|
|
padding: 6px 12px
|
|
width: 18%
|
|
|
|
@media screen and (max-width: 800px)
|
|
.card-details
|
|
width: calc(100% - 40px)
|
|
padding: 0px 20px 0px 20px
|
|
margin: 0px
|
|
transition: none
|
|
|
|
.card-details-canvas
|
|
width: 100%
|
|
|
|
.card-details-header
|
|
.close-card-details
|
|
margin-right: 0px
|
|
|
|
.card-details-menu
|
|
margin-right: 10px
|
|
|