diff --git a/client/src/common/components/Header/styles.sass b/client/src/common/components/Header/styles.sass new file mode 100644 index 0000000..aced7ee --- /dev/null +++ b/client/src/common/components/Header/styles.sass @@ -0,0 +1,19 @@ +@import "@/common/styles/colors" + +.header + display: flex + align-items: center + justify-content: space-between + padding: 1rem 1.5rem + border-bottom: $dark-gray 2px solid + + h1 + color: $gray + margin: 0 + font-weight: 900 + span + color: $white + svg + font-size: 24pt + color: $white + cursor: pointer \ No newline at end of file