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:
+5
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user