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

all .close button using helvetica in demo

This commit is contained in:
Jeff Sagal
2016-05-28 12:04:57 -07:00
parent 03ba6376e3
commit 875c26a48e
+5 -2
View File
@@ -95,8 +95,6 @@
background-color: #d7f3f9;
border-color: #91ddec;
.close {
font-family: "Helvetica Neue", "Helvetica";
font-weight: 400;
color: #147688;
opacity: .5;
}
@@ -116,6 +114,11 @@
color: #fff;
}
}
.selected-tag .close {
font-family: "Helvetica Neue", "Helvetica";
font-weight: 400;
}
</style>
<template>