Fix style conflict

pull/1/head
yflory 4 years ago
parent 396eb4d263
commit 9bb465bbce

@ -241,7 +241,7 @@ p.cp-password-info{
animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85); animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85);
} }
button.primary{ button:not(.btn).primary{
border: 1px solid #4591c4; border: 1px solid #4591c4;
padding: 8px 12px; padding: 8px 12px;
text-transform: uppercase; text-transform: uppercase;
@ -250,7 +250,7 @@ button.primary{
font-weight: bold; font-weight: bold;
} }
button.primary:hover{ button:not(.btn).primary:hover{
background-color: rgb(52, 118, 162); background-color: rgb(52, 118, 162);
} }

Loading…
Cancel
Save