mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-17 19:00:18 -04:00
Authors
This commit is contained in:
parent
4cf5eaf26a
commit
d345bda25e
|
@ -5,6 +5,8 @@ import {Spring} from 'react-spring/renderprops'
|
||||||
import {StyledFormWrapper, StyledForm, StyledButton, StyledError, StyledInput, StyledTextArea, StyledTextAreaSubject, ButtonSet} from "./assets/StyledContactForm.js";
|
import {StyledFormWrapper, StyledForm, StyledButton, StyledError, StyledInput, StyledTextArea, StyledTextAreaSubject, ButtonSet} from "./assets/StyledContactForm.js";
|
||||||
import './assets/contact.scss'
|
import './assets/contact.scss'
|
||||||
|
|
||||||
|
// If you need anything for this ask Ram Reddy
|
||||||
|
|
||||||
const GlobalStyle = createGlobalStyle`
|
const GlobalStyle = createGlobalStyle`
|
||||||
html {
|
html {
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
|
@ -3,6 +3,8 @@ import {createGlobalStyle} from 'styled-components';
|
||||||
import bot2 from "./assets/img/bot2.png";
|
import bot2 from "./assets/img/bot2.png";
|
||||||
import './assets/Donate.scss'
|
import './assets/Donate.scss'
|
||||||
|
|
||||||
|
// If you need anything for this ask Ram Reddy
|
||||||
|
|
||||||
const GlobalStyle = createGlobalStyle`
|
const GlobalStyle = createGlobalStyle`
|
||||||
html {
|
html {
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user