mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix icons
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
float: right;
|
||||
overflow: auto;
|
||||
font-size: 25px;
|
||||
padding: 10px;
|
||||
height: 45px;
|
||||
display: flex;
|
||||
}
|
||||
.list-people-title{
|
||||
/* font-size: 13px; */
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user