[DE] Adding styles buttons-context for Numbering
This commit is contained in:
parent
d9757ca68e
commit
76a6b27e28
|
@ -177,10 +177,16 @@
|
||||||
"menuReviewChange": "Review Change",
|
"menuReviewChange": "Review Change",
|
||||||
"menuSplit": "Split",
|
"menuSplit": "Split",
|
||||||
"menuViewComment": "View Comment",
|
"menuViewComment": "View Comment",
|
||||||
|
"menuStartNewList": "Start new list",
|
||||||
|
"menuStartNumberingFrom": "Set numbering value",
|
||||||
|
"menuContinueNumbering": "Continue numbering",
|
||||||
"textColumns": "Columns",
|
"textColumns": "Columns",
|
||||||
"textCopyCutPasteActions": "Copy, Cut and Paste Actions",
|
"textCopyCutPasteActions": "Copy, Cut and Paste Actions",
|
||||||
"textDoNotShowAgain": "Don't show again",
|
"textDoNotShowAgain": "Don't show again",
|
||||||
"textRows": "Rows"
|
"textRows": "Rows",
|
||||||
|
"textOk": "OK",
|
||||||
|
"textCancel": "Cancel",
|
||||||
|
"textNumberingValue": "Numbering Value"
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Warning",
|
"notcriticalErrorTitle": "Warning",
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stepper
|
||||||
|
.content-block.stepper-block {
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Color Schemes
|
// Color Schemes
|
||||||
|
|
|
@ -51,6 +51,13 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stepper
|
||||||
|
.content-block.stepper-block {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 30px 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Color Schemes
|
// Color Schemes
|
||||||
|
|
Loading…
Reference in a new issue