Merge pull request #4271 from consul/sdg_local_targets
Add SDG local targets
This commit is contained in:
@@ -614,6 +614,16 @@ code {
|
||||
}
|
||||
}
|
||||
|
||||
.admin-content > header {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
|
||||
a {
|
||||
@include hollow-button;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-content .select-geozone,
|
||||
.admin-content .select-heading {
|
||||
|
||||
|
||||
@@ -198,3 +198,14 @@
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
@mixin hollow-button($color: $link) {
|
||||
@include button($style: hollow, $background: $color);
|
||||
font-size: $base-font-size;
|
||||
margin-bottom: 0;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user