⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
public
/
css
/
kanban
/
View File Name :
jkanban.css
.kanban-row { height: 63vh; } .kanban-container { position: relative; box-sizing: border-box; width: auto; } .kanban-container * { box-sizing: border-box; } .kanban-container:after { clear: both; display: block; content: ""; } .kanban-board { position: relative; float: left; background: #f3f3f7; transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); border-radius: 3px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .kanban-board.disabled-board { opacity: 0.3; } .kanban-board.is-moving.gu-mirror { transform: rotate(3deg); } .kanban-board.is-moving.gu-mirror .kanban-drag { overflow: hidden; padding-right: 50px; } .kanban-board header { font-size: 16px; padding: 10px; background-color: #6777ef; color: #ffffff; } .kanban-board header .kanban-title-board { font-weight: 700; margin: 0; padding: 0; display: inline; } .kanban-board header .kanban-title-button { float: right; } .kanban-board .kanban-drag { height: 54vh; padding: 10px; overflow-x: hidden !important; } .kanban-board:after { clear: both; display: block; content: ""; } .kanban-item { background: #ffffff; padding: 15px; margin-bottom: 20px; transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); border-radius: 0 5px 5px 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); border-left: 1px solid #6777ef; } .kanban-item:hover { cursor: move; } .kanban-item:last-child { margin: 0; } .kanban-item.is-moving.gu-mirror { transform: rotate(3deg); height: auto !important; } /* Dragula CSS */ .gu-mirror { position: fixed !important; margin: 0 !important; z-index: 9999 !important; } .gu-hide { display: none !important; } .gu-unselectable { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .gu-transit { opacity: 0.2 !important; transform: rotate(0deg) !important; } .drag_handler { border-radius: 50%; width: 24px; height: 50px; position: relative; float: left; top: -3px; margin-right: 9px; } .drag_handler:hover { cursor: move; } .drag_handler_icon { position: relative; display: block; background: #6777ef; width: 24px; height: 2px; top: 12px; transition: .5s ease-in-out; } .drag_handler_icon:before, .drag_handler_icon:after { background: #6777ef; content: ''; display: block; width: 100%; height: 100%; position: absolute; transition: .5s ease-in-out; } .drag_handler_icon:before { top: 6px; } .drag_handler_icon:after { bottom: 6px; }