Add notification reminder popup component
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.contentbutton {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.closebutton {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.title {
|
||||
border-bottom: none;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user