2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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; background-color: #d7f3f9;
border-color: #91ddec; border-color: #91ddec;
.close { .close {
font-family: "Helvetica Neue", "Helvetica";
font-weight: 400;
color: #147688; color: #147688;
opacity: .5; opacity: .5;
} }
@@ -116,6 +114,11 @@
color: #fff; color: #fff;
} }
} }
.selected-tag .close {
font-family: "Helvetica Neue", "Helvetica";
font-weight: 400;
}
</style> </style>
<template> <template>