[DE] Adding styles buttons-context for Numbering

This commit is contained in:
ShimaginAndrey 2021-08-19 17:27:14 +03:00
parent d9757ca68e
commit 76a6b27e28
3 changed files with 19 additions and 1 deletions

View file

@ -177,10 +177,16 @@
"menuReviewChange": "Review Change",
"menuSplit": "Split",
"menuViewComment": "View Comment",
"menuStartNewList": "Start new list",
"menuStartNumberingFrom": "Set numbering value",
"menuContinueNumbering": "Continue numbering",
"textColumns": "Columns",
"textCopyCutPasteActions": "Copy, Cut and Paste Actions",
"textDoNotShowAgain": "Don't show again",
"textRows": "Rows"
"textRows": "Rows",
"textOk": "OK",
"textCancel": "Cancel",
"textNumberingValue": "Numbering Value"
},
"Edit": {
"notcriticalErrorTitle": "Warning",

View file

@ -4,6 +4,11 @@
background: #fff;
}
}
// Stepper
.content-block.stepper-block {
margin: 20px 0;
}
}
// Color Schemes

View file

@ -51,6 +51,13 @@
font-size: 18px;
}
}
// Stepper
.content-block.stepper-block {
display: flex;
justify-content: center;
margin: 30px 0 0;
}
}
// Color Schemes