2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

- add vue-select as a dev dependency so that the homepage is always using the latest release

- fix text-align:center issue on homepage
This commit is contained in:
Jeff
2018-01-22 19:09:43 -08:00
parent c98e5fb2e5
commit df0cc83e05
4 changed files with 76 additions and 13 deletions
+3 -9
View File
@@ -4,19 +4,13 @@
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
max-width: 500px;
margin: 0 auto;
text-align: left;
.dropdown-toggle {
background: #fff;
border-color: rgba(82, 166, 183, 0.39);
}
//.selected-tag {
// color: #147688;
// background-color: #d7f3f9;
// border-color: #91ddec;
// .close {
// color: #147688;
// opacity: .5;
// }
//}
&.dropdown.open .dropdown-toggle,
&.dropdown.open .dropdown-menu,
&.dropdown.open .open-indicator:before {
+1 -1
View File
@@ -1,5 +1,5 @@
import Vue from 'vue'
import vSelect from '../../src/components/Select'
import vSelect from 'vue-select'
import './assets/scss/home.scss'