adjust color of 2nd button

This commit is contained in:
Mikhail Kuznetcov
2021-04-28 18:43:00 +02:00
parent d3896a1769
commit af36401850
2 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,13 @@
background: #f44336;
padding: 1em 2em;
font-size: 1.2em;
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
}
.btn.btn-primary.big-blue-button {
background: #44bece;
padding: 1em 2em;
font-size: 1.2em;
box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%);
}
@media screen and (max-width: 768px) {
@@ -91,5 +98,5 @@ html {
}
.top-actions {
margin-top: 10px;
margin-top: 3em;
}

View File

@@ -98,7 +98,7 @@
<a href="https://www.eventbrite.com/e/simplewebconf-2021-tickets-144376406719?aff=site" class="btn btn-primary btn-large big-red-button">Get A Free Ticket</a>
</div>
<div class="col-md-4 col-sm-6 text-center to-animate">
<a href="https://sessionize.com/simplewebconf-2021/" class="btn btn-primary btn-large big-red-button">Submit A Talk</a>
<a href="https://sessionize.com/simplewebconf-2021/" class="btn btn-primary btn-large big-blue-button">Submit A Talk</a>
</div>
</div>
</div>