12345678910111213141516171819202122 |
- /*
- Created on : 12/04/2019, 12:51:07 PM
- Author : Alejandro
- */
- .puesto-spacer{width: 60px;}
- .puesto_box{width: 320px; background-color: #d6d8db; margin-bottom: 10px; border-radius: 4px;}
- .puesto_line{height: 40px;}
- .puesto_box a{padding: 8px;}
- .puesto_box a:hover{text-decoration: none!important;}
- .puesto_box .iconos .fas{cursor: pointer;}
- .puesto_box .menu-wrapper{position:relative; padding:2px 5px; height: 100%;}
- .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;}
- .puesto-small{font-size: 80%;}
- .puesto_box .fa { transition: .3s transform ease-in-out; }
- .puesto_box .collapsed .fa { transform: rotate(-90deg); }
- .highlight{background-color: #ff0;}
- .ui-droppable-hover {
- background: #D6EBD6;
- }
|