refactored css, including some markup changes
This commit is contained in:
parent
3163edcbe4
commit
8d41111cd6
62 changed files with 5731 additions and 4078 deletions
10
app/templates/downloadButton/downloadButton.css
Normal file
10
app/templates/downloadButton/downloadButton.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.btn--download {
|
||||
width: 180px;
|
||||
height: 44px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.btn--download:hover {
|
||||
background-color: var(--primaryControlHoverColor);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue