Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <div class="class-journal-mobile-navigation-move left">
  2. <i class="material-icons"> arrow_back_ios</i>
  3. </div>
  4.  
  5. .class-journal-mobile-navigation-move {
  6. border-radius: 50%;
  7. border: 1px solid #3e4eb8;
  8. width: 50px;
  9. height: 50px;
  10. display: table;
  11. cursor: pointer;
  12. -webkit-user-select: none;
  13. -moz-user-select: none;
  14. -ms-user-select: none;
  15. user-select: none;
  16. }
  17.  
  18. .class-journal-mobile-navigation-move i {
  19. font-size: 24px;
  20. color: #3e4eb8;
  21. display: table-cell;
  22. text-align: center;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement