add notification for new post in thread
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
/* src: */
|
||||
@font-face {
|
||||
font-family: "body-text";
|
||||
src: url("/static/fonts/DINish[slnt,wdth,wght].woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "site-title";
|
||||
src: url("/static/fonts/ChicagoFLF.woff2");
|
||||
@ -520,3 +515,18 @@ ul, ol {
|
||||
margin: 10px 0 10px 30px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.new-concept-notification.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.new-concept-notification {
|
||||
position: fixed;
|
||||
bottom: 80px;
|
||||
right: 80px;
|
||||
border: 2px solid black;
|
||||
background-color: #81a3e6;
|
||||
padding: 20px 15px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
Reference in New Issue
Block a user