# convertkit/2.6.6/resources/backend/css/bulk-quick-edit.css

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 2.6.6. 54 lines.

- Page: https://pluginprobe.com/plugins/convertkit/2.6.6/code/resources/backend/css/bulk-quick-edit.css
- Raw: https://pluginprobe.com/plugins/convertkit/2.6.6/raw/resources/backend/css/bulk-quick-edit.css
- Modified: 2023-06-15T17:02:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/convertkit/2.6.6/code/resources/backend/css/bulk-quick-edit.css#L10-L20`.

```css
#convertkit-bulk-edit {
	display: none;
}
#convertkit-quick-edit {
	display: none;
}

.convertkit-bulk-quick-edit > div {
	display: grid;
	grid-template-columns: auto 36px;
	column-gap: 10px;
	align-items: end;
	margin: 0 0 5px 0;
}
.convertkit-bulk-quick-edit > div label {
	display: grid;
	grid-template-columns: 78px auto;
	margin: 0;
}
.convertkit-bulk-quick-edit > div label select {
	width: 100%;
	max-width: 100%;
}
.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-form {
	background: url(../images/block-icon-form.svg) 0% 50% no-repeat;
	background-size: 20px 20px;
	text-indent: 24px;
}
.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-tag {
	background: url(../images/tag.svg) 0% 50% no-repeat;
	background-size: 20px 20px;
	text-indent: 24px;
}
.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-restrict-content {
	background: url(../images/members.svg) 0% 50% no-repeat;
	background-size: 20px 20px;
	text-indent: 24px;
}

.convertkit-bulk-quick-edit > div button {
	width: 36px;
	height: 32px;
}

@media screen and (max-width: 782px) {
	.convertkit-bulk-quick-edit > div label {
		display: block;
	}
	.convertkit-bulk-quick-edit > div button {
		width: 40px;
		height: 40px;
	}
}

```
