flow change

This commit is contained in:
2021-09-26 19:40:20 +02:00
parent f82aa4c734
commit b499bb1be0
14 changed files with 364 additions and 221 deletions

View File

@ -1,10 +1,32 @@
.td-input {
padding: 0;
}
padding: 0;
}
.td-input input[type="text"]:not(.browser-default) {
margin: 0;
background-repeat: no-repeat;
background-position: right center;
margin: 0;
}
.pending::after {
content: "sync";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: grey;
position: absolute;
}
.ok::after {
content: "done";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: green;
position: absolute;
}
.nok::after {
content: "sync_problem";
font-family: 'Material Icons';
-moz-font-feature-settings: 'liga';
color: red;
position: absolute;
}