You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
@import (reference) "./colortheme-all.less";
|
|
|
|
.notifications_main() {
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
}
|
|
& {
|
|
@notif-height: 50px;
|
|
.cp-notifications-container {
|
|
max-width: 300px;
|
|
display: flex;
|
|
flex-flow: column;
|
|
.cp-notification {
|
|
min-height: @notif-height;
|
|
display: flex;
|
|
.cp-notification-content {
|
|
flex: 1;
|
|
align-items: stretch;
|
|
min-width: 0;
|
|
p {
|
|
word-break: break-word;
|
|
}
|
|
&.cp-clickable {
|
|
cursor: pointer;
|
|
&:hover {
|
|
background-color: rgba(0,0,0,0.1);
|
|
}
|
|
}
|
|
}
|
|
.cp-notification-dismiss {
|
|
color: black;
|
|
width: 25px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
&:hover {
|
|
background-color: rgba(0,0,0,0.1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
hr {
|
|
margin: 0px !important;
|
|
}
|
|
.cp-notifications-gotoapp {
|
|
p {
|
|
padding: 10px 0 !important;
|
|
text-align: center !important;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
&:hover {
|
|
background-color: rgba(0,0,0,0.1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|