Re-style notification section of calendar event modal

This commit is contained in:
David Benque 2022-09-19 17:26:53 +01:00
parent 29e5bf63dd
commit 5c51fb3d84
1 changed files with 15 additions and 1 deletions

View File

@ -286,6 +286,9 @@
flex-flow: column;
.cp-notif-entry {
margin-bottom: 2px;
border-radius: @variables_radius;
background-color: fade(@cryptpad_text_col, 10%);
padding: 0.25rem;
.cp-notif-value {
width: 170px;
display: inline-flex;
@ -295,8 +298,19 @@
}
}
span:not(:last-child) {
margin-right: 5px;
margin: 0px 5px;
}
.btn-danger-outline {
margin-right: 0px !important;
background-color: transparent;
color: @cryptpad_text_col;
border-color: @cryptpad_text_col;
&:hover {
color: @cp_buttons-red-color;
background-color: @cp_buttons-red;
border-color: @cp_buttons-red;
}
}
}
}
.cp-notif-empty {