123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564 |
- @import 'nib'
- // Assignee, code copied from wekan/client/users/userAvatar.styl
- avatar-radius = 50%
- .assignee
- border-radius: 3px
- display: block
- position: relative
- float: left
- height: 30px
- width: @height
- margin: 0 4px 4px 0
- cursor: pointer
- user-select: none
- z-index: 1
- text-decoration: none
- border-radius: avatar-radius
- .avatar
- overflow: hidden
- border-radius: avatar-radius
- &.avatar-assignee-initials
- height: 70%
- width: @height
- padding: 15%
- background-color: #dbdbdb
- color: #444444
- position: absolute
- &.avatar-image
- object-fit: cover;
- object-position: center;
- height: 100%
- width: @height
- .assignee-presence-status
- background-color: #b3b3b3
- border: 1px solid #fff
- border-radius: 50%
- height: 7px
- width: @height
- position: absolute
- right: -1px
- bottom: -1px
- border: 1px solid white
- z-index: 15
- &.active
- background: #64c464
- border-color: #daf1da
- &.idle
- background: #e4e467
- border-color: #f7f7d4
- &.disconnected
- background: #bdbdbd
- border-color: #ededed
- &.pending
- background: #e44242
- border-color: #f1dada
- &.add-assignee
- display: flex
- align-items: center
- justify-content: center
- box-shadow: 0 0 0 2px darken(white, 25%) inset
- &:hover, &.is-active
- box-shadow: 0 0 0 2px darken(white, 60%) inset
- // Other card details
- .copied-tooltip
- display: none
- padding: 0px 10px;
- background-color: #000000df;
- color: #fff;
- border-radius: 5px;
- .card-details
- padding: 0
- flex-shrink: 0
- flex-basis: 600px
- will-change: flex-basis
- overflow-y: scroll
- overflow-x: hidden
- background: darken(white, 3%)
- border-radius: bottom 3px
- z-index: 20
- animation: flexGrowIn 0.1s
- box-shadow: 0 0 7px 0 darken(white, 30%)
- transition: flex-basis 0.1s
- box-sizing: border-box
- .mCustomScrollBox
- padding-left: 0
- .card-details-canvas
- width: auto
- padding: 0 20px
- .card-details-header
- margin: 0 -20px 5px
- padding: 7px 20px
- background: darken(white, 7%)
- border-bottom: 1px solid darken(white, 14%)
- position: sticky
- top: 0px
- z-index: 500
- .card-number {
- color: darken(white, 30%);
- display: inline-block;
- margin-right: 5px;
- }
- .close-card-details,
- .maximize-card-details,
- .minimize-card-details,
- .card-details-menu,
- .card-copy-button,
- .card-copy-mobile-button,
- .close-card-details-mobile-web,
- .card-details-menu-mobile-web,
- .copied-tooltip
- float: right
- .close-card-details,
- .maximize-card-details,
- .minimize-card-details
- font-size: 24px
- padding: 5px 10px 5px 10px
- margin-right: -8px
- .close-card-details-mobile-web
- font-size: 24px
- padding: 5px
- margin-right: 40px
- .card-copy-button
- font-size: 17px
- padding: 10px
- margin-right: 10px
- .card-copy-mobile-button
- font-size: 17px
- padding: 10px
- margin-right: 10px
- .card-details-menu
- font-size: 17px
- padding: 10px
- .card-details-menu-mobile-web
- font-size: 17px
- padding: 10px
- margin-right: 30px
- .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
- .linked-card-location
- font-style: italic
- font-size: 1em
- margin-bottom: 0
- & p
- margin-bottom: 0
- form.inlined-form
- margin-top: 5px
- margin-bottom: 10px
- .copied-tooltip
- padding: 0px 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
- .copied-tooltip
- margin-right: 10px
- padding: 10px;
- .card-description textarea
- min-height: 100px
- .card-details-items
- display: flex
- flex-wrap: wrap
- margin: 15px 0
- .card-details-item
- margin-right: 0.5em
- flex-grow: 1
- &:last-child
- margin-right: 0
- &.card-details-item-labels
- display: block
- word-wrap: break-word
- max-width: 95%
- &.card-details-item-members,
- &.card-details-item-assignees,
- &.card-details-item-customfield,
- &.card-details-item-name
- display: block
- word-wrap: break-word
- max-width: 36%
- &.card-details-item-creator,
- &.card-details-item-received,
- &.card-details-item-start,
- &.card-details-item-due,
- &.card-details-item-end
- display: block
- word-wrap: break-word
- max-width: 28%
- &.custom-fields
- padding-left: 10px
- .card-details-item-title
- font-size: 16px
- font-weight: bold
- color: #4d4d4d
- .activities
- padding-top: 10px
- @media screen and (min-width: 801px)
- .card-details-maximized
- padding: 0
- flex-shrink: 0
- flex-basis: calc(100% - 20px)
- will-change: flex-basis
- overflow-y: scroll
- overflow-x: scroll
- background: darken(white, 3%)
- border-radius: bottom 3px
- z-index: 100
- animation: flexGrowIn 0.1s
- box-shadow: 0 0 7px 0 darken(white, 30%)
- transition: flex-basis 0.1s
- box-sizing: border-box
- position: absolute
- top: 0
- left: 0
- height: calc(100% - 20px)
- width: calc(100% - 20px)
- float: left
- .card-details-left
- float: left
- top: 60px
- left: 20px
- width: 47%
- border-right: solid 2px #dbdbdb
- padding-right: 10px
- .card-details-right
- position: absolute
- float: right
- left: 50%
- margin: 15px 0
- .card-details-header
- width: 100%
- 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% - 1px)
- padding: 0px 20px 0px 20px
- margin: 0px
- transition: none
- overflow-y: revert
- overflow-x: revert
- .card-details-canvas
- width: 100%
- padding-left: 0px
- .card-details-header
- .close-card-details
- margin-right: 0px
- .card-details-menu
- margin-right: 40px
- .maximize-card-details
- margin-right: 40px
- .minimize-card-details
- margin-right: 40px
- .card-details-popup
- padding: 0px 10px
- .pop-over > .content-wrapper > .popup-container-depth-0
- width: 100%
- & > .content
- width: calc(100% - 10px)
- & > .content > .card-details-popup hr
- margin: 15px 0px
- .card-details-header
- margin: 0
- card-details-color(background, color...)
- background: background !important
- if color
- color: color !important //overwrite text for better visibility
- .card-details-white
- card-details-color(unset, #000) //Black text for better visibility
- border: 1px solid #eee
- .card-details-green
- card-details-color(#3cb500, #ffffff) //White text for better visibility
- .card-details-yellow
- card-details-color(#fad900, #000) //Black text for better visibility
- .card-details-orange
- card-details-color(#ff9f19, #000) //Black text for better visibility
- .card-details-red
- card-details-color(#eb4646, #ffffff) //White text for better visibility
- .card-details-purple
- card-details-color(#a632db, #ffffff) //White text for better visibility
- .card-details-blue
- card-details-color(#0079bf, #ffffff) //White text for better visibility
- .card-details-pink
- card-details-color(#ff78cb, #000) //Black text for better visibility
- .card-details-sky
- card-details-color(#00c2e0, #ffffff) //White text for better visibility
- .card-details-black
- card-details-color(#4d4d4d, #ffffff) //White text for better visibility
- .card-details-lime
- card-details-color(#51e898, #000) //Black text for better visibility
- .card-details-silver
- card-details-color(#c0c0c0, #000) //Black text for better visibility
- .card-details-peachpuff
- card-details-color(#ffdab9, #000) //Black text for better visibility
- .card-details-crimson
- card-details-color(#dc143c, #ffffff) //White text for better visibility
- .card-details-plum
- card-details-color(#dda0dd, #000) //Black text for better visibility
- .card-details-darkgreen
- card-details-color(#006400, #ffffff) //White text for better visibility
- .card-details-slateblue
- card-details-color(#6a5acd, #ffffff) //White text for better visibility
- .card-details-magenta
- card-details-color(#ff00ff, #ffffff) //White text for better visibility
- .card-details-gold
- card-details-color(#ffd700, #000) //Black text for better visibility
- .card-details-navy
- card-details-color(#000080, #ffffff) //White text for better visibility
- .card-details-gray
- card-details-color(#808080, #ffffff) //White text for better visibility
- .card-details-saddlebrown
- card-details-color(#8b4513, #ffffff) //White text for better visibility
- .card-details-paleturquoise
- card-details-color(#afeeee, #000) //Black text for better visibility
- .card-details-mistyrose
- card-details-color(#ffe4e1, #000) //Black text for better visibility
- .card-details-indigo
- card-details-color(#4b0082, #ffffff) //White text for better visibility
- .voted
- opacity: .7
- .vote-title
- display: flex
- justify-content: space-between
- .js-edit-date
- align-self: baseline
- margin-left: 5px
- .vote-result
- display: flex
- .js-show-positive-votes
- cursor: pointer
- .poker-voted
- opacity: .7
- .poker-title
- display: flex
- justify-content: space-between
- .js-edit-date
- align-self: baseline
- margin-left: 5px
- .poker-result
- display: flex
- flex-flow: row wrap
- .js-show-positive-poker-votes
- cursor: pointer
- .poker-deck
- display: grid
- flex-direction: column
- text-align: center
- .poker-card-result
- width: 32px
- font-size: 1em
- font-weight: bold
- padding: 4px 2px 4px 2px
- cursor: default
- .winner
- font-weight: bold
- outline: #2d2d2d solid 2px
- .loser
- opacity: .5
- .responsive-table
- overflow-x: auto
- .poker-table
- display: table
- width: 100%
- padding-top: 10px
- .poker-table-row
- display: table-row
- .poker-table-heading
- background-color: #EEE
- display: table-header-group
- .poker-table-cell
- display: table-cell
- padding: 0 0 5px 2px
- border-bottom: 1px solid #d2d0d0
- text-align: center
- min-width: 45px
- .poker-table-cell-who
- width: 150px
- vertical-align: middle
- .poker-table-heading-left,
- .poker-table-heading-right
- display: table-header-group
- font-weight: bold
- border-top: 1px solid #808080
- @media (max-width: 400px)
- .poker-table-heading-right
- display: none
- .poker-table-body
- display: table-row-group
- .poker-table-side-left,
- .poker-table-side-right
- display: inline-block
- .poker-table-side-right
- padding-left: 10px
- @media (max-width: 400px)
- .poker-table-side-right
- padding-left: 0px
- .estimation-add
- display: block
- overflow: auto
- margin-top: 15px
- margin-bottom: 5px
- input
- display: inline-block
- float: right
- margin: auto
- margin-right: 10px
- width: 100px
- button
- display: inline-block
- float: right
- margin: auto
- .poker-card
- width:48px
- height:72px
- float:left
- background:#fff
- border-radius:5px
- display:table
- box-sizing:border-box
- padding:5px
- margin:3px
- font-size:20px
- font-weight: bold
- text-shadow: #2d2d2d 1px 1px 0
- box-shadow:0 0 5px #aaaaaa
- text-align:center
- position:relative
- cursor: pointer
- .inner
- display:table-cell
- vertical-align:middle
- border-radius:5px
- overflow:hidden
- background-color: #cecece
|