mirror of https://github.com/docker/docs.git
Add a new class for download buttons
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
8af225bb32
commit
e0ca2efeed
|
@ -38,6 +38,15 @@ a.button.outline-btn.min-hgt {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
|
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.primary-button {
|
||||||
|
background-color: #0073EC;
|
||||||
|
border-radius: 4px;
|
||||||
|
min-width: 196px;
|
||||||
|
height: 54px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
.secondary-btn {
|
.secondary-btn {
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
|
|
Loading…
Reference in New Issue