Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-06-25 10:50:51 +01:00
15 changed files with 2120 additions and 921 deletions
+44
View File
@@ -874,12 +874,56 @@ background: rgb(92, 92, 92);
}
}
.notificationPush{
position: absolute;
top: 23px;
right: 0px;
height: 87px;
max-width: 400px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
background-color: white;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
background-image: url("/assets/background/background-circle-negative.svg");
background-size: 686px 674px;
background-position: center;
background-position-y: 0px;
background-repeat: no-repeat;
min-width: 340px;
box-shadow: 0px 2px 10px #0000003d;
display: flex;
align-items: center;
animation-name: notification-top;
animation-duration: 1s;
animation-timing-function: ease-in;
transition: 1s;
.main-content {
display: flex;
align-items: center;
}
.message {
font-size: 12pt;
}
}
@keyframes notification {
from {right: -100%;}
to {right: 0px;}
}
@keyframes notification-top {
from {top: -100%;}
to {top: 23px;}
}
.calendar-component .monthview-container table.table tbody {
tr:nth-child(n+6) {