2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

add ajax to docs

This commit is contained in:
Jeff Sagal
2016-06-15 20:34:38 -07:00
parent 480bfc1c5f
commit bfae6b3068
11 changed files with 430 additions and 56 deletions
+9 -3
View File
@@ -49,13 +49,15 @@ p.lead {
.btn-outline {
background: none;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
border: 3px solid #91ddec;
border: 2px solid #91ddec;
color: #147688;
&.btn-lg {
border-width: 3px;
}
&:hover {
border-color: rgb(65, 184, 131);
background-color: rgba(65, 184, 131, 0.67);
@@ -88,4 +90,8 @@ p.lead {
.accolades a {
margin-left: 0;
margin-right: 5px;
}
.doc-row {
padding: 2em 0;
}