1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-23 17:41:33 +02:00
send/app/templates/downloadButton/downloadButton.css
2018-02-15 15:54:59 -08:00

11 lines
173 B
CSS

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