remove unused code
This commit is contained in:
@@ -246,16 +246,6 @@ async function save() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@keyframes blink-yellow {
|
|
||||||
0%,
|
|
||||||
100% {
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.bigger-table-text .q-table__middle td {
|
.bigger-table-text .q-table__middle td {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -221,16 +221,6 @@ function removeResponsible(...removeResponsibles: Members) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@keyframes blink-yellow {
|
|
||||||
0%,
|
|
||||||
100% {
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.bigger-table-text .q-table__middle td {
|
.bigger-table-text .q-table__middle td {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -233,16 +233,6 @@ function removeRole(...removeRoles: Roles) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@keyframes blink-yellow {
|
|
||||||
0%,
|
|
||||||
100% {
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.blink-yellow {
|
.blink-yellow {
|
||||||
animation: blink-yellow 1.5s step-start 6 !important;
|
animation: blink-yellow 1.5s step-start 6 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user