Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #present .button-container {
  2. display: -webkit-box;
  3. display: -ms-flexbox;
  4. display: flex;
  5. -webkit-box-orient: vertical;
  6. -webkit-box-direction: normal;
  7. -ms-flex-direction: column;
  8. flex-direction: column;
  9. }
  10.  
  11. #present .button {
  12. -webkit-box-ordinal-group: 3;
  13. -ms-flex-order: 2;
  14. order: 2;
  15. }
  16.  
  17. .present-summa {
  18. margin-bottom: 20px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement