mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-20 10:49:19 +08:00
Add navigation buttons and make changes tabs bold
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user