add style in common file general.css

This commit is contained in:
JabSysEmb
2023-05-14 14:03:09 +03:00
parent 27c8a03c16
commit 54a5c621c4
6 changed files with 8 additions and 45 deletions

View File

@@ -51,6 +51,14 @@ html[lang-direction=rtl] * {
border-bottom-left-radius: 0.25rem !important;
}
html[lang-direction="rtl"] input.form-check-input {
position: relative;
margin-left: 0px;
}
html[lang-direction="rtl"] label.form-check-label {
display: inline;
}
.margin-auto-parent {
width: 100%;
display: flex;