1
0
mirror of synced 2025-02-04 06:09:23 +03:00

A first shot at improving the .jumbotron styles.

This commit is contained in:
Florian Kissling 2015-04-22 18:08:11 +02:00
parent 8b344f18b7
commit 80899d973f
2 changed files with 28 additions and 2 deletions

View File

@ -54,7 +54,33 @@
} }
} }
.navbar-inverse .navbar-brand { color: #fff; } section {
margin-bottom: 40px;
}
.btn-toolbar {
margin-bottom: 20px;
}
.jumbotron {
background-color: #428BCA;
color: #fff;
}
.btn-outline-inverse {
color: #FFF;
background-color: transparent;
border-color: #fff;
}
.btn-outline-inverse:hover {
color: #428BCA;
background-color: white;
}
.navbar {
border-bottom: 1px solid #eee;
}
/* anchor.js */ /* anchor.js */
.anchorjs-link { .anchorjs-link {

View File

@ -15,7 +15,7 @@ slug: home
</div> </div>
<div class="col-md-6 jumbotron-side text-center"> <div class="col-md-6 jumbotron-side text-center">
<p> <p>
<a href="https://github.com/select2/select2/releases" class="btn btn-success btn-lg"> <a href="https://github.com/select2/select2/releases" class="btn btn-outline-inverse btn-lg">
<i class="fa fa-download fa-lg"></i> <i class="fa fa-download fa-lg"></i>
Download Download
</a> </a>