first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
@import 'partials/admin_modal';
@import 'partials/facet_builder';
@import 'partials/fields';
@import 'partials/jp_select2';
@import 'partials/tabs';
.jp-cc-field-multicheck.roles-wrapper {
ul {
columns: 3;
}
}
button.no-button {
border: 0;
padding: 0;
background: none;
cursor: pointer;
&.link-button {
color: #0073aa;
&:hover {
color: #00a0d2;
}
}
&.delete-button {
color: #a00;
&:hover {
color: #f00;
}
}
}
table#jp-cc-restrictions {
.dashicons-menu {
cursor: move;
}
.row-actions {
a {
text-decoration: none;
border: none;
}
}
}