mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -5,7 +5,7 @@ import { Menu } from 'semantic-ui-react';
|
||||
import { withPopup } from '../../lib/popup';
|
||||
import { FilePicker, Popup } from '../../lib/custom-ui';
|
||||
|
||||
import styles from './AddAttachmentPopup.module.css';
|
||||
import styles from './AddAttachmentPopup.module.scss';
|
||||
|
||||
const AddAttachmentStep = React.memo(({ onCreate, onClose }) => {
|
||||
const [t] = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user