@import './calendar.css'; @import './dashboard/news.css'; .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; } .empty-tile-hover:hover { background-image: url('data:image/svg+xml;utf8,'); } .alert-danger .form-check-input:checked { border-color: #842029; background-color: #842029; } :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-move { cursor: move; } .dashboard-item-overlay::before{ position:absolute; content:""; top:0; left:0; right:0; bottom:0; background-color:rgba(0, 100, 156); border:1px dashed lightgray; z-index: 2; }