mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-06 11:56:15 +08:00
Add Docker tweaks/preset button (#201)
* Docker preset button * All the strings * Sorry sass-lint
This commit is contained in:
committed by
GitHub
parent
de86df7fe4
commit
0d920fa9bc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user