Add navigation buttons and make changes tabs bold

This commit is contained in:
MattIPv4
2020-04-30 21:30:04 +01:00
parent 6c4afdeb6f
commit 1d5b1a66b0
2 changed files with 57 additions and 6 deletions

View File

@@ -43,6 +43,12 @@ $highlight: #f2c94c;
}
}
}
&.is-changed {
a {
color: $dark-blue;
}
}
}
}
}
@@ -69,6 +75,23 @@ $highlight: #f2c94c;
justify-content: space-between;
}
.navigation-buttons {
align-items: center;
display: flex;
flex-direction: row;
justify-content: flex-end;
margin: 1.5rem 1.5rem 0;
.button {
margin-left: .5rem;
i + span,
span + i {
margin: 0 0 0 .5rem;
}
}
}
.field-row {
display: flex;
flex-direction: row;