feat: use pencil off icon for note bar

This commit is contained in:
Antonella Sgarlatta
2021-05-03 16:42:07 -03:00
parent c48cc9d7be
commit 15db4767f5
6 changed files with 85 additions and 48 deletions

View File

@@ -36,6 +36,10 @@
display: grid;
}
.justify-start {
justify-content: flex-start;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
@@ -182,3 +186,7 @@ $border-width: 2px;
);
}
}
.sn-component .sk-app-bar .sk-app-bar-item {
justify-content: flex-start;
}