fix icons

This commit is contained in:
Peter Maquiran
2021-10-29 14:23:25 +01:00
parent 864313a3e5
commit a6c13de560
18 changed files with 71 additions and 46 deletions
@@ -83,7 +83,8 @@
float: right;
overflow: auto;
font-size: 25px;
padding: 10px;
height: 45px;
display: flex;
}
.list-people-title{
/* font-size: 13px; */
+4 -4
View File
@@ -41,7 +41,7 @@ export class ToastService {
</div>
`
document.body.append(notification)
// document.body.append(notification)
notification.querySelector('.text').innerHTML = message || 'Processo efetuado'
setTimeout(()=>{
if (callback) {
@@ -75,7 +75,7 @@ export class ToastService {
notification.style.animationName = 'notification-top'
document.body.append(notification)
// document.body.append(notification)
notification.querySelector('.text').innerHTML = message || 'Processo não efetuado'
setTimeout(()=>{
if (callback) {
@@ -113,7 +113,7 @@ export class ToastService {
notification.remove();
}
document.body.append(notification)
// document.body.append(notification)
document.body.addEventListener('click', funcx);
notification.querySelector('.text').innerHTML = message || 'Processo efetuado'
@@ -141,7 +141,7 @@ export class ToastService {
</div>
`
document.body.append(loader)
// document.body.append(loader)
loader.addEventListener('click', ()=>{
// loader.remove()