puestos.css 818 B

12345678910111213141516171819202122
  1. /*
  2. Created on : 12/04/2019, 12:51:07 PM
  3. Author : Alejandro
  4. */
  5. .puesto-spacer{width: 60px;}
  6. .puesto_box{width: 320px; background-color: #d6d8db; margin-bottom: 10px; border-radius: 4px;}
  7. .puesto_line{height: 40px;}
  8. .puesto_box a{padding: 8px;}
  9. .puesto_box a:hover{text-decoration: none!important;}
  10. .puesto_box .iconos .fas{cursor: pointer;}
  11. .puesto_box .menu-wrapper{position:relative; padding:2px 5px; height: 100%;}
  12. .puesto_box .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #fff; border-radius: 6px 0 3px 0; padding-top: 2px;}
  13. .puesto-small{font-size: 80%;}
  14. .puesto_box .fa { transition: .3s transform ease-in-out; }
  15. .puesto_box .collapsed .fa { transform: rotate(-90deg); }
  16. .highlight{background-color: #ff0;}
  17. .ui-droppable-hover {
  18. background: #D6EBD6;
  19. }