fixes according to rebasic 11.2 - 1265

This commit is contained in:
2026-04-11 10:52:14 +03:00
parent cea76873e9
commit e66a52a212
12 changed files with 227 additions and 212 deletions

View File

@@ -508,8 +508,8 @@ footer {
}
.contact-block-img {
width: 2.94rem;
height: 2.94rem;
width: 2.92rem;
height: 2.92rem;
margin-bottom: 3px;
}
@@ -953,6 +953,7 @@ a .drop-icons:hover {
}
.wall-item-pinned i {
display: inline-block;
transform: rotate(45deg);
}
@@ -1389,7 +1390,7 @@ dl.bb-dl > dd > li {
content: "\F659";
}
/* Modified original CSS to match input in Ussrbasic */
/* Modified original CSS to match input in Ussrbasicpub */
.jothidden .bootstrap-tagsinput {
border: 0px solid transparent;
margin-bottom: 0px;
@@ -1637,8 +1638,3 @@ dl.bb-dl > dd > li {
}
.generic-content-wrapper-styled {
background-color: #aa2b2b;
padding: 10px;
border-radius: var(--bs-border-radius);
}