tg hoverover

This commit is contained in:
Matthew Hodgson 2017-10-27 01:09:46 +01:00
parent 1798bff8f5
commit b65ee5f28e
2 changed files with 13 additions and 0 deletions

View file

@ -83,6 +83,12 @@
font-size: 13px; font-size: 13px;
font-family: PostGrotesk-Medium, Arial, Helvetica, Sans-Serif; font-family: PostGrotesk-Medium, Arial, Helvetica, Sans-Serif;
font-weight: 600; font-weight: 600;
opacity: 1.0;
transition: opacity .2s ease;
}
.mx_HomePage_telegram a:hover {
opacity: 0.5;
} }
.mx_HomePage_room .mx_HomePage_icon { .mx_HomePage_room .mx_HomePage_icon {

View file

@ -77,6 +77,13 @@ limitations under the License.
letter-spacing: 1px; letter-spacing: 1px;
font-size: 13px; font-size: 13px;
text-transform: uppercase; text-transform: uppercase;
opacity: 1.0;
transition: opacity .2s ease;
}
.mx_StatusLogin_footer_cta:hover {
opacity: 0.5;
text-decoration: none;
} }
// overrides of .mx_Login // overrides of .mx_Login