0
0
Fork 0

Improve remote profile disclaimer (#4342)

* Improve remote profile disclaimer

* yarn run manage:translations
This commit is contained in:
Eugen Rochko 2017-07-24 20:05:29 +02:00 committed by GitHub
parent 88b5e0b703
commit 07d93716aa
34 changed files with 126 additions and 54 deletions

View file

@ -855,6 +855,28 @@
}
}
.account__disclaimer {
padding: 10px;
border-top: 1px solid lighten($ui-base-color, 8%);
color: $ui-base-lighter-color;
strong {
font-weight: 500;
}
a {
font-weight: 500;
color: inherit;
text-decoration: underline;
&:hover,
&:focus,
&:active {
text-decoration: none;
}
}
}
.account__header__content {
color: $ui-primary-color;
font-size: 14px;