minor changes to SCSS styles

This commit is contained in:
Cassie Tarakajian 2018-04-18 14:00:53 -07:00
parent 307091ad3c
commit 52b6a6bbb4
4 changed files with 1152 additions and 1152 deletions

View File

@ -2,7 +2,6 @@ import InlineSVG from 'react-inlinesvg';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import React from 'react'; import React from 'react';
// const googleUrl = require('../../../images/google.svg');
import googleUrl from '../../../images/google.svg'; import googleUrl from '../../../images/google.svg';
function GoogleButton(props) { function GoogleButton(props) {

View File

@ -10,11 +10,9 @@ import { validateLogin } from '../../../utils/reduxFormUtils';
import GithubButton from '../components/GithubButton'; import GithubButton from '../components/GithubButton';
import GoogleButton from '../components/GoogleButton'; import GoogleButton from '../components/GoogleButton';
const exitUrl = require('../../../images/exit.svg'); const exitUrl = require('../../../images/exit.svg');
const logoUrl = require('../../../images/p5js-logo.svg'); const logoUrl = require('../../../images/p5js-logo.svg');
class LoginView extends React.Component { class LoginView extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);

View File

@ -37,7 +37,7 @@
border-color: getThemifyVariable('secondary-text-color'); border-color: getThemifyVariable('secondary-text-color');
} }
} }
margin-top: 4px; margin-top: #{4 / $base-font-size}rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
@ -46,7 +46,7 @@
} }
.google-icon { .google-icon {
width: 32px; width: #{32 / $base-font-size}rem;
height: 32px; height: #{32 / $base-font-size}rem;
margin-right: #{10 / $base-font-size}rem; margin-right: #{10 / $base-font-size}rem;
} }

2295
package-lock.json generated

File diff suppressed because it is too large Load Diff