* Finish date to welcome block.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.has-more-menu>.dashboard-block-body .panel-heading {padding-right: 0;}
|
||||
.welcome-block .panel-heading {padding-left: 0;}
|
||||
.welcome-block .panel-body {background-image: linear-gradient( 90deg, #EDF7FE 0%, #FFF 20%); padding: 0;}
|
||||
.welcome-block .avatar-border-one {width: 2.8rem; height: 2.8rem; background: #F4F5F3; position: relative;}
|
||||
.welcome-block .avatar-border-two {width: 2.4rem; height: 2.4rem; background: #F5EBDE; position: absolute;}
|
||||
|
||||
@@ -44,26 +44,28 @@ panel
|
||||
div
|
||||
(
|
||||
set('class', 'panel-title flex w-full'),
|
||||
col
|
||||
cell
|
||||
(
|
||||
set('align', 'center'),
|
||||
set('class', 'w-1/5 pr-3'),
|
||||
set('width', '22%'),
|
||||
set('class', 'center'),
|
||||
span($todaySummary),
|
||||
|
||||
),
|
||||
col
|
||||
cell
|
||||
(
|
||||
span(set('class', 'text-base font-medium'), html(sprintf($lang->block->summary->welcome, $usageDays, $doneReview, $finishTask, $fixBug)))
|
||||
set::class('pr-8'),
|
||||
span(set('class', 'text-sm font-normal'), html(sprintf($lang->block->summary->welcome, $usageDays, $doneReview, $finishTask, $fixBug)))
|
||||
)
|
||||
)
|
||||
),
|
||||
div
|
||||
(
|
||||
set('class', 'flex py-2'),
|
||||
col
|
||||
cell
|
||||
(
|
||||
set('width', '22%'),
|
||||
set('align', 'center'),
|
||||
set('class', 'border-right w-1/5'),
|
||||
set('class', 'border-right'),
|
||||
center
|
||||
(
|
||||
set('class', 'font-bold'),
|
||||
|
||||
Reference in New Issue
Block a user