Add Docker tweaks/preset button (#201)

* Docker preset button

* All the strings

* Sorry sass-lint
This commit is contained in:
Matt (IPv4) Cowley
2020-12-21 15:27:44 +00:00
committed by GitHub
parent de86df7fe4
commit 0d920fa9bc
8 changed files with 80 additions and 17 deletions

View File

@@ -48,6 +48,14 @@ THE SOFTWARE.
&.is-aligned-top {
align-items: flex-start;
> p {
@include sailec-medium;
color: $dark-grey;
font-size: 14px;
margin: 0 .5rem;
}
}
+ .control {
@@ -118,6 +126,14 @@ THE SOFTWARE.
color: $dark-grey;
padding: 0 ($margin * 1.5);
}
&.is-tiny {
font-size: 14px;
height: auto;
line-height: normal;
margin: .2rem .25rem;
padding: ($margin * .5) ($margin * .75);
}
}
.control {