Merge pull request #1570 from ONLYOFFICE/feature/bug-commit-move
Feature/bug commit move
This commit is contained in:
commit
f65ac90534
|
@ -13,9 +13,9 @@
|
|||
.content-block {
|
||||
margin: 0 auto 15px;
|
||||
|
||||
// a {
|
||||
// color: @text-normal;
|
||||
// }
|
||||
a {
|
||||
color: @text-normal;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-about-logo {
|
||||
|
|
|
@ -154,7 +154,9 @@
|
|||
.about {
|
||||
.content-block {
|
||||
margin: 0 auto 15px;
|
||||
p:last-child {
|
||||
|
||||
p:last-child a{
|
||||
color: var(--brand-word);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
text-align: center;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
||||
&.active {
|
||||
background-color: @background-secondary;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hairline(right, @background-menu-divider);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue