Merge branch 'feature/rtl-interface-client' of github.com:ONLYOFFICE/DocSpace into feature/rtl-interface-client

This commit is contained in:
Subhonbek 2023-07-19 11:24:53 +03:00
commit 6648d782cb

View File

@ -8,7 +8,7 @@
display: block;
}
.smartbanner {
left: 0;
inset-inline-start: 0;
display: none;
width: 100%;
height: 80px;
@ -35,7 +35,8 @@
.smartbanner-close {
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
margin-block: 0;
margin-inline: 0 5px;
font-family: ArialRoundedMTBold, Arial;
font-size: 20px;
text-align: center;
@ -54,7 +55,7 @@
.smartbanner-icon {
width: 57px;
height: 57px;
margin-right: 12px;
margin-inline-end: 12px;
background-size: cover;
border-radius: 10px;
}
@ -73,7 +74,7 @@
.smartbanner-wrapper {
max-width: 110px;
display: inline-block;
text-align: right;
text-align: end;
width: 100%;
}
.smartbanner-title {
@ -165,7 +166,7 @@
width: 100%;
height: 17px;
line-height: 17px;
margin-right: 7px;
margin-inline-end: 7px;
color: #b1b1b3;
background: #1c1e21;
text-shadow: 0 1px 1px #000;