@import './calendar.css'; @import './dashboard/news.css'; :root{ --dashboard-danger: var(--fhc-danger); --fhc-dashboard-grid-size: 4; } @media(max-width: 577px) { :root { --fhc-dashboard-grid-size: 1; } } .core-dashboard a{ color: var(--fhc-link); } @media (max-width: 576px){ .widget-icon { max-height: 250px; object-fit: cover; } .widget-icon-container{ max-width: 250px; margin-left: auto; margin-right: auto; } } .empty-tile-hover { height: 100%; width: 100%; background-image: url('data:image/svg+xml;utf8,'); background-repeat: no-repeat; background-position: center; background-size: cover; cursor:pointer; } .dashboard-section > .newGridRow{ position:absolute; width:20px; height:20px; padding:0; bottom:0; left:50%; transform:translate(-50%, 50%); background-color:white; } .newGridRow:hover { color:white; background-color:#6c757d; } .empty-tile-hover:hover { background-image: url('data:image/svg+xml;utf8,'); } .alert-danger .form-check-input:checked { border-color: var(--dashboard-danger); background-color: var(--dashboard-danger); } :root { --fhc-dashboard-grid-size: 4; } @media(max-width: 1400px) { :root { --fhc-dashboard-grid-size: 4; } } @media(max-width: 1200px) { :root { --fhc-dashboard-grid-size: 3; } } @media(max-width: 992px) { :root { --fhc-dashboard-grid-size: 2; } } @media(max-width: 768px) { :root { --fhc-dashboard-grid-size: 2; } } @media(max-width: 577px) { :root { --fhc-dashboard-grid-size: 1; } } .mirror-x { transform: scaleX(-1); } .cursor-nw-resize { cursor: nw-resize; } .cursor-ew-resize { cursor: ew-resize; } .cursor-ns-resize { cursor: ns-resize; } .no-drag-drop { cursor: not-allowed; } .cursor-move { cursor: move; } .draggedItem { height: 100%; width: 100%; background-color: white; position: relative; } .dashboard-item-overlay::before{ position:absolute; content:""; top:0; left:0; right:0; bottom:0; background-color:rgba(0, 100, 156); border:4px dashed lightgray; opacity: 0.5; } #deleteBookmark i{ color: var(--fhc-danger); } .pin:hover{ cursor: pointer; } .pin[pinned]:hover{ color:rgb(153, 116, 116); } .section-info{ color: #00649c; cursor:pointer; } .section-info:hover { color: #005585; } .denied-dragging-animation { animation: wiggle 0.5s linear; color:red !important; } @keyframes wiggle { 0% { transform: rotate(0deg); } 25% { transform: rotate(-30deg); } 50% { transform: rotate(0deg); } 75% { transform: rotate(30deg); } 100% { transform: rotate(0em); } }