Add a new class for download buttons

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-04-12 22:39:44 +01:00
parent 8af225bb32
commit e0ca2efeed
1 changed files with 9 additions and 0 deletions

View File

@ -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);