File size: 403 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";
.is-loading {
animation: loading-fade 1.6s ease-in-out infinite;
opacity: 0.3;
}
.no-padding {
padding: 0;
}
.plugin-default-icon {
background: var(--studio-gray-0);
fill: var(--studio-gray-40);
}
.plugin-management-v2__actions {
.gridicon {
position: absolute !important;
inset-inline-end: 10px;
}
}
|