mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 21:42:34 +02:00
fix(edit-monitor): remove css from component
These rules were moved to a separate file in https://github.com/louislam/uptime-kuma/pull/511
This commit is contained in:
parent
e20660adac
commit
1f1cc5c351
1 changed files with 0 additions and 56 deletions
|
@ -422,62 +422,6 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
@import "../assets/vars.scss";
|
|
||||||
|
|
||||||
.multiselect__tags {
|
|
||||||
border-radius: 1.5rem;
|
|
||||||
border: 1px solid #ced4da;
|
|
||||||
min-height: 38px;
|
|
||||||
padding: 6px 40px 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect--active .multiselect__tags {
|
|
||||||
border-radius: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect__option--highlight {
|
|
||||||
background: $primary !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect__option--highlight::after {
|
|
||||||
background: $primary !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect__tag {
|
|
||||||
border-radius: 50rem;
|
|
||||||
margin-bottom: 0;
|
|
||||||
padding: 6px 26px 6px 10px;
|
|
||||||
background: $primary !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect__placeholder {
|
|
||||||
font-size: 1rem;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-top: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
opacity: 0.67;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiselect__input, .multiselect__single {
|
|
||||||
line-height: 14px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark {
|
|
||||||
.multiselect__tag {
|
|
||||||
color: $dark-font-color2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-add-check {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.shadow-box {
|
.shadow-box {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue