Merge pull request #1570 from ONLYOFFICE/feature/bug-commit-move

Feature/bug commit move
This commit is contained in:
maxkadushkin 2022-02-16 13:22:32 +03:00 committed by GitHub
commit f65ac90534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View file

@ -13,9 +13,9 @@
.content-block { .content-block {
margin: 0 auto 15px; margin: 0 auto 15px;
// a { a {
// color: @text-normal; color: @text-normal;
// } }
} }
.settings-about-logo { .settings-about-logo {

View file

@ -154,7 +154,9 @@
.about { .about {
.content-block { .content-block {
margin: 0 auto 15px; margin: 0 auto 15px;
p:last-child {
p:last-child a{
color: var(--brand-word);
text-decoration: underline; text-decoration: underline;
} }
} }

View file

@ -24,6 +24,11 @@
text-align: center; text-align: center;
height: 100%; height: 100%;
position: relative; position: relative;
&.active {
background-color: @background-secondary;
font-weight: 600;
}
.hairline(right, @background-menu-divider); .hairline(right, @background-menu-divider);
} }