123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- #notifications > .no-notification {
- background-color: #f7f7f7;
- border-radius: 5px;
- padding: 2.5rem;
- color: #545454;
- border-bottom: 1px solid #cecece;
- }
- .notification_menu{
- display: inline-block;
- user-select: none;
- }
- .notification_menu .dropdown-toggle::after{
- display:none;
- }
- .notification_menu .dropdown-toggle{
- position: relative;
- font-size: 20px;
- }
- .notification_menu .dropdown-menu {
- padding: 0;
- }
- .notification_menu .notification-item p {
- overflow-y: hidden;
- height: 20px;
- /*max-height: 80px;*/
- }
- .btn .badge.notification-number{
- padding: 4px 6px;
- position: absolute;
- right: -1px;
- height: 19px;
- top: 0;
- font-size: 10px;
- display: none;
- z-index: 1;
- }
- .notification-template{
- display: none;
- }
- ul.notifications {
- width: 100%;
- min-width: 500px;
- max-width: 800px;
- margin: auto;
- padding: 0;
- }
- .notification_menu .dropdown-item.notification {
- text-align: center;
- padding: 1.5rem;
- opacity: 1;
- }
- ul.notifications > li.unread{
- border-left: 5px solid #00a9ff;
- opacity: 1;
- }
- .notification_menu .dropdown-item.notification-unread {
- opacity: 1;
- background-color: #95c8ff0d;
- position: relative;
- }
- .dropdown-item.notification-unread:before {
- content: "";
- position: absolute;
- height: 100%;
- width: 3px;
- left: 0px;
- top: calc((100% - 100%) / 2);
- border-left: 3px solid #00a9ff;
- border-radius: 5px;
- transform: rotate(-180deg);
- }
- .dropdown-item.notification-unread:hover {
- background-color: #95c8ff2e;
- }
- ul.notifications > li{
- position: relative;
- padding: 15px;
- padding-right: 20%;
- border-left: 0px solid #cccccc;
- border-bottom: 1px solid #cecece;
- list-style-type: none;
- border-radius: 3px;
- background-color: #f7f7f7;
- margin-bottom: 10px;
- opacity: 0.6;
- transition: all 0.2s ease-in-out;
- }
- .notification-options {
- position: absolute;
- right: 10px;
- text-align: right;
- top: 10px;
- height: 80%;
- width: 20%;
- }
- .notification-options > small {
- position: absolute;
- bottom: 0;
- width: 100%;
- display: block;
- }
- .notification_menu .dropdown-toggle:hover i{
- -webkit-transform-origin: top center;
- -ms-transform-origin: top center;
- transform-origin: top center;
- -webkit-animation-name: swing;
- animation-name: swing;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .notification_menu .dropdown-item {
- cursor: pointer;
- height: 70px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- position: relative;
- transition: background-color 0.1s ease-out;
- padding: .8rem;
- padding-right: 5rem;
- font-size: 0.9em;
- opacity: 0.5;
- }
- .notification_menu .dropdown-item > * {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .notification_menu .dropdown-item p {
- margin: 0;
- }
- .notification_menu .dropdown-divider {
- margin: 0;
- border-top: 1px solid #dadada;
- }
- .notification_menu .dropdown-item.active,
- .notification_menu .dropdown-item:active {
- color: #212529;
- background-color: #007bff1f;
- }
- .notification_menu .all-as-read,
- .notification_menu .see-all-link {
- padding: 0.35rem;
- height: 35px;
- text-align: center;
- color: #0077b3;
- opacity: 1;
- }
- .notification_menu .all-as-read {
- text-align: right;
- }
- .notification_menu .all-as-read:hover,
- .notification_menu .see-all-link:hover {
- text-decoration: underline;
- }
- .notification-item-options + small {
- position: absolute;
- right: 6px;
- top: 6px;
- color: #a5a5a5;
- }
- .notification-item-options{
- /*position: absolute;
- right: 5px;
- top: 0;*/
- position: absolute;
- right: 5px;
- bottom: 0;
- margin-bottom: 0;
- }
- .notification-item-options > li{
- list-style-type: none;
- display: inline-block;
- padding: 5px 0.2rem;
- font-size: 14px;
- cursor: pointer;
- opacity: 0.5;
- color:#bebebe;
- transition:opacity 0.2s ease-in-out;
- }
- .notification-item-options > li:hover{
- opacity:1;
- }
- .notification-item-options > li.notification-read:hover {
- color: #17a2b8;
- }
- .notification-item-options > li.notification-delete:hover {
- color: #dc3545;
- }
- .notification_menu .dropdown-menu {
- width: 400px;
- text-align: left;
- max-height: 60vh;
- /*overflow: auto;*/
- }
- .notification_menu .dropdown-menu.dropdown-menu-right:after {
- position: absolute;
- top: -6px;
- right: 15px;
- display: inline-block;
- border-right: 6px solid transparent;
- border-bottom: 6px solid #ffffff;
- border-left: 6px solid transparent;
- content: '';
- }
- .notification_categories > .categories-items > .col-md-6 {
- padding: 5px 15px
- }
- .notification_categories .list-group-item.list-group-item-action {
- cursor: pointer;
- }
- .categories-items > .col-md-6 > div {
- cursor: pointer;
- user-select: none;
- }
- .categories-items input[type="checkbox"] {
- cursor: pointer;
- }
- @-webkit-keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
- 100% {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
- }
- @keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
- 100% {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
- }
- .notifications-list h3 {
- margin-bottom: 15px;
- }
- .notifications-list .left-pane {
- user-select: none;
- position: fixed;
- }
- .notifications-list ul.notification-listing {
- padding-left: 20px;
- }
- .notifications-list ul.notification-listing li {
- list-style: none;
- }
- .notifications-list .read-state-block:hover i {
- -webkit-transform-origin: top center;
- -ms-transform-origin: top center;
- transform-origin: top center;
- -webkit-animation-name: swing;
- animation-name: swing;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- @media (max-width: 767px){
- #loginHeader #dropdownNotification {
- text-align: center;
- }
- div.notification_menu.dropdown {
- position: unset;
- }
- .notification_menu .dropdown-menu.dropdown-menu-right:after {
- right: 74px;
- }
- .notification_menu .dropdown-menu {
- width: 100% !important;
- }
- .btn .badge.notification-number {
- right: 50% !important;
- }
- .notifications-list .left-pane {
- position: initial;
- }
- ul.notifications {
- min-width: 0;
- }
- }
|