11 lines
173 B
CSS
11 lines
173 B
CSS
.btn--download {
|
|
width: 180px;
|
|
height: 44px;
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.btn--download:hover {
|
|
background-color: var(--primaryControlHoverColor);
|
|
}
|