mirror of
https://github.com/plankanban/planka.git
synced 2025-07-28 09:39:43 +02:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
parent
196121bd38
commit
ff95a12578
312 changed files with 4295 additions and 2989 deletions
|
@ -10,7 +10,7 @@ import { Input } from '../../lib/custom-ui';
|
|||
import { useForm } from '../../hooks';
|
||||
import { isUsername } from '../../utils/validator';
|
||||
|
||||
import styles from './Login.module.css';
|
||||
import styles from './Login.module.scss';
|
||||
|
||||
const createMessage = (error) => {
|
||||
if (!error) {
|
||||
|
@ -111,7 +111,7 @@ const Login = React.memo(
|
|||
}, [focusPasswordFieldState]);
|
||||
|
||||
return (
|
||||
<div className={styles.fullHeight}>
|
||||
<div className={classNames(styles.wrapper, styles.fullHeight)}>
|
||||
<Grid verticalAlign="middle" className={styles.fullHeightPaddingFix}>
|
||||
<Grid.Column widescreen={4} largeScreen={5} computer={6} tablet={16} mobile={16}>
|
||||
<Grid verticalAlign="middle" className={styles.fullHeightPaddingFix}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue