Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • kszk/devteam/kszkepzes/old/kszkepzes-frontend
  • kbgergely/kszkepzes-frontend
2 results
Show changes
Showing
with 806 additions and 118 deletions
import React, { Component } from "react";
import { Button, Container, Header, Icon, Segment } from "semantic-ui-react";
import { Button, Container, Header, Icon, Segment } from 'semantic-ui-react';
import React, { Component } from 'react';
export default class NotFound extends Component {
render() {
......@@ -12,10 +12,10 @@ export default class NotFound extends Component {
content="404 - A keresett oldal nem található!"
inverted
style={{
fontSize: "3em",
fontWeight: "normal",
fontSize: '3em',
fontWeight: 'normal',
marginBottom: 0,
marginTop: "0.5em"
marginTop: '0.5em',
}}
/>
<Button
......@@ -23,9 +23,9 @@ export default class NotFound extends Component {
primary
size="huge"
style={{
fontSize: "2em",
marginTop: "1em",
marginBottom: "1em"
fontSize: '2em',
marginTop: '1em',
marginBottom: '1em',
}}
>
Vissza a Főoldalra
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
export const APIKEY = '';
This diff is collapsed.
This diff is collapsed.
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.