Advertisement
AletaBurton

Untitled

Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. button.btn.btn-primary.bulldesk-submit {
  2. padding: 6px 20px 6px 20px!important;
  3. background-color: #78CC18;
  4. font-family: "roboto", Sans-serif !important;
  5. font-size: 34px !important;
  6. border-radius: 10px 10px 10px 10px !important;
  7. min-height: 40px;
  8. transition: all .5s;
  9. border: #ff6234 !important;
  10. width: 94%;
  11. }
  12.  
  13. button.btn.btn-primary.bulldesk-submit:hover {
  14. opacity: .9;
  15. transform: scale(1.1);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement