File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
AdminUI/LearningHub.Nhs.AdminUI/Scripts/vuesrc/content Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 <div >
33 <div class =" toolBarBox" >
44 <div class =" toolBar" >
5- <div :style =" getStatusStyle()" class =" mr-4 p-2" >
5+ <div :style =" getStatusStyle()" class =" mr-1 p-2" >
66 <i :class =" contentLib.getPageSectionStatusIcon(this.pageSection.pageSectionDetail)" ></i >
77 {{ contentLib.getPageSectionStatusText(this.pageSection.pageSectionDetail) }}
88 </div >
167167 methods: {
168168 getStatusStyle(): string {
169169 return this .pageSection .pageSectionDetail .pageSectionStatus === PageSectionStatus .Live
170- ? ' background: #007F3B; height: 45px ; margin: -8px ;border: 1px solid #FFFFFF;'
171- : ((this .pageSection .pageSectionDetail .deletePending == null || ! this .pageSection .pageSectionDetail .deletePending ) ? ' background: #FFB81C; height: 50px; margin: -12px;border: 1px solid #FFFFFF;color: #425563;' : ' background: #DA291C; height: 45px ; margin: -8px ; border: 1px solid #FFFFFF;' );
170+ ? ' background: #007F3B; height: 50px ; margin: -12px ;border: 1px solid #FFFFFF;'
171+ : ((this .pageSection .pageSectionDetail .deletePending == null || ! this .pageSection .pageSectionDetail .deletePending ) ? ' background: #FFB81C; height: 50px; margin: -12px;border: 1px solid #FFFFFF;color: #425563;' : ' background: #DA291C; height: 50px ; margin: -12px ; border: 1px solid #FFFFFF;' );
172172 },
173173 getStatusIconStyle(): string {
174174 return ' margin-top:20px;'
216216 .toolBarBox {
217217 position : absolute ;
218218 right : 12px ;
219- left :3 px ;
219+ left :12 px ;
220220 top : 2px ;
221221 z-index : 1 ;
222222 }
You can’t perform that action at this time.
0 commit comments