Ref animations. Disabled for desktop

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-01 02:13:33 -03:00
commit 434a53ecdd
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 203 additions and 207 deletions

View file

@ -203,7 +203,7 @@ _:-ms-fullscreen, :root .main {
height: 75px;
position: absolute;
top: -33px;
font-size: 35px;
font-size: 2.2rem;
border: 3px solid #fff;
background: #1ABC9C;
margin: 0;
@ -301,7 +301,7 @@ a.missing-copayers {
.sidebar .avatar-wallet, .payment-uri .avatar-wallet, .modal-content .avatar-wallet {
background-color: #2C3E50;
color: #fff;
font-size: 20px;
font-size: 1.4rem;
font-weight: 700;
margin-right: 15px;
text-align: center;
@ -562,6 +562,11 @@ to prevent collapsing during animation*/
/*** modals ***/
.hideModal {
visibility: none !important;
display: none !important;
}
.reveal-modal-bg {
display: none !important;
}