diff --git a/.bitmap b/.bitmap index 1f8438e..96105ed 100644 --- a/.bitmap +++ b/.bitmap @@ -153,42 +153,42 @@ "origin": "AUTHORED", "exported": true }, - "guya-ltd.gcss/templates/landing/login@0.0.1": { + "guya-ltd.gcss/templates/landing/login@0.0.3": { "files": [ { + "name": "Login.js", "relativePath": "src/components/templates/landing/Login/Login.js", - "test": false, - "name": "Login.js" + "test": false }, { + "name": "LoginBody.js", "relativePath": "src/components/templates/landing/Login/__Body/LoginBody.js", - "test": false, - "name": "LoginBody.js" + "test": false }, { + "name": "LoginFooter.js", "relativePath": "src/components/templates/landing/Login/__Footer/LoginFooter.js", - "test": false, - "name": "LoginFooter.js" + "test": false }, { + "name": "LoginFooterLeft.js", "relativePath": "src/components/templates/landing/Login/__Footer/__Left/LoginFooterLeft.js", - "test": false, - "name": "LoginFooterLeft.js" + "test": false }, { + "name": "LoginFooterRight.js", "relativePath": "src/components/templates/landing/Login/__Footer/__Right/LoginFooterRight.js", - "test": false, - "name": "LoginFooterRight.js" + "test": false }, { + "name": "LoginHeader.js", "relativePath": "src/components/templates/landing/Login/__Header/LoginHeader.js", - "test": false, - "name": "LoginHeader.js" + "test": false }, { + "name": "index.js", "relativePath": "src/components/templates/landing/Login/index.js", - "test": false, - "name": "index.js" + "test": false } ], "mainFile": "src/components/templates/landing/Login/index.js", diff --git a/src/components/templates/landing/Login/Login.js b/src/components/templates/landing/Login/Login.js index ef58a97..287da0e 100644 --- a/src/components/templates/landing/Login/Login.js +++ b/src/components/templates/landing/Login/Login.js @@ -2,7 +2,6 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { withNaming } from '@bem-react/classname' -import Flexbox from '@bit/guya-ltd.gcss.styles.flexbox'; import LoginHeader from './__Header/LoginHeader'; import LoginBody from './__Body/LoginBody'; import LoginFooter from './__Footer/LoginFooter'; diff --git a/src/components/templates/landing/Login/__Body/LoginBody.js b/src/components/templates/landing/Login/__Body/LoginBody.js index c3c0ef7..493eead 100644 --- a/src/components/templates/landing/Login/__Body/LoginBody.js +++ b/src/components/templates/landing/Login/__Body/LoginBody.js @@ -17,8 +17,11 @@ import React from 'react'; */ const LoginBody = ({content}) => { + /* Class names collection */ + const classname = cn('body'); + return ( -