[DE] Adding styles buttons-context for Numbering
This commit is contained in:
parent
d9757ca68e
commit
76a6b27e28
|
@ -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",
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
background: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
// Stepper
|
||||
.content-block.stepper-block {
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Color Schemes
|
||||
|
|
|
@ -51,6 +51,13 @@
|
|||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
// Stepper
|
||||
.content-block.stepper-block {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 30px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Color Schemes
|
||||
|
|
Loading…
Reference in a new issue