13 lines
254 B
CSS
13 lines
254 B
CSS
html[dir="ltr"] .myAppDemoWT .myCustomButton.sapMBtn {
|
|
margin-right: 0.125rem
|
|
}
|
|
|
|
html[dir="rtl"] .myAppDemoWT .myCustomButton.sapMBtn {
|
|
margin-left: 0.125rem
|
|
}
|
|
|
|
.myAppDemoWT .myCustomText {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
|
|
} |