mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
||||
import { Button } from 'semantic-ui-react';
|
||||
import { Popup } from '../../lib/custom-ui';
|
||||
|
||||
import styles from './DeleteStep.module.css';
|
||||
import styles from './DeleteStep.module.scss';
|
||||
|
||||
const DeleteStep = React.memo(({ title, content, buttonContent, onConfirm, onBack }) => (
|
||||
<>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
.content {
|
||||
color: #212121;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
7
client/src/components/DeleteStep/DeleteStep.module.scss
Normal file
7
client/src/components/DeleteStep/DeleteStep.module.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
:global(#app) {
|
||||
.content {
|
||||
color: #212121;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user