This commit is contained in:
2019-08-30 15:28:39 +03:00
parent 72efe8b52d
commit 622b50991a
200 changed files with 6795 additions and 1714 deletions

View File

@@ -0,0 +1,21 @@
/* disable minus icon */
.fa-minus-circle {
visibility: hidden;
}
/* focus base */
.comment .wall-item-body {
padding-left: 42px;
}
.wall-item-content-wrapper.comment {
border-bottom: 1px solid #dee2e6;
}
.widget {
border: 1px solid #dee2e6;
}
#note-text {
border: 1px solid transparent;
}