@@ -14,5 +14,9 @@
display: flex;
align-items: center;
justify-content: flex-end;
+
+ & > *:not(:last-child) {
+ margin-right: $spacing-regular;
+ }
}