+
-
- {{taskList.tasks?.length}} tâches
+
+ Aucune tâche
+
+
+ {{taskList.tasks?.length}} tâche
- {{taskList.tasks?.length}} tâche
+ {{taskList.tasks?.length}} tâches
diff --git a/src/styles.scss b/src/styles.scss
index 962a9ff..a807343 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -45,11 +45,21 @@ button {
border-color: rgb(53, 53, 53);
}
- .icon {
- width: 2rem;
- height: 2rem;
- min-width: 2rem;
- min-height: 2rem;
- padding: 0;
+ &.icon {
+ width: 2rem;
+ height: 2rem;
+ min-width: 1rem;
+ min-height: 1rem;
+ padding: 0;
+ background-color: inherit;
+ }
+
+ &.raised {
+ background-color: #4a4a4a;
+ }
+
+ &.alert {
+ background: #F93154;
+ color: #fff;
}
}
\ No newline at end of file