61 lines
1.4 KiB
CSS
61 lines
1.4 KiB
CSS
#notifications-switcher {
|
|
top: 320px !important;
|
|
}
|
|
|
|
#notifications .notification-list {
|
|
padding: 45px 0 45px 45px;
|
|
}
|
|
|
|
#notifications .notification-list:not(:last-child) {
|
|
height: 440px;
|
|
border-bottom: 1px solid #E4E4E4;
|
|
}
|
|
|
|
#notifications .notification-list ul {
|
|
overflow: auto;
|
|
padding: 10px 45px 10px 0;
|
|
height: calc(100% - 66px);
|
|
}
|
|
|
|
#notifications .notification-list ul > li:nth-child(n+2){
|
|
margin-top: 15px;
|
|
}
|
|
|
|
#notifications .notify {
|
|
padding: 20px 45px;
|
|
}
|
|
|
|
#notifications .notification {
|
|
padding: 45px 45px;
|
|
overflow: auto;
|
|
}
|
|
|
|
/*#notifications .uk-offcanvas-bar a, #notifications .uk-offcanvas-bar button.uk-button-link {*/
|
|
/* color: var(--secondary-color);*/
|
|
/*}*/
|
|
|
|
#notifications .uk-offcanvas-bar button.uk-button-link:disabled {
|
|
color: var(--secondary-color);
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/*#notifications .uk-offcanvas-bar .uk-button-secondary {*/
|
|
/* background-color: var(--secondary-color);*/
|
|
/* color: #fff;*/
|
|
/* border: 1px solid transparent;*/
|
|
/*}*/
|
|
|
|
/*#notifications .uk-offcanvas-bar .uk-button-secondary:focus, #notifications .uk-offcanvas-bar .uk-button-secondary:hover {*/
|
|
/* background-color: transparent;*/
|
|
/* color: #4687e6;*/
|
|
/* border-color: #4687e6;*/
|
|
/*}*/
|
|
|
|
#notifications .uk-offcanvas-bar .uk-button-secondary:disabled {
|
|
background-color: transparent;
|
|
color: #bfbfbf;
|
|
border: 1px solid #ededed;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|