芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/packages/ui/src/badges/styles.js
/** * External dependencies */ import styled from '@emotion/styled'; /** * WordPress dependencies */ import { Icon } from '@wordpress/components'; export const StyledCheck = styled( Icon )` background-color: #438C56; border-radius: 2rem; `; export const StyledClose = styled( Icon )` background-color: #E6505466; border-radius: 2rem; height: 0.813rem !important; width: 0.813rem !important; padding: 2px; `;