Move everypage.css into css directory
This commit is contained in:
parent
a27f18a9bd
commit
7b5e18cc9e
|
|
@ -7,7 +7,7 @@ import {Footer} from './Footer';
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../../static/everypage.css';
|
||||
import '../../static/css/everypage.css';
|
||||
import '../../static/css/error.css';
|
||||
|
||||
export class ErrorPageComponent extends React.Component {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import {Login} from '../js/components/Login';
|
|||
import EditableStringList from '../js/components/EditableStringList';
|
||||
import {createTournament} from '../js/api';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
class CreatePage extends React.Component {
|
||||
render() {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import {Footer} from '../js/components/Footer';
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
function Main() {
|
||||
return (<div className="main">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import {BigImage} from '../js/components/BigImage';
|
|||
import {Footer} from '../js/components/Footer';
|
||||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
function Main() {
|
||||
return (<div className="main running-text">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import {Footer} from '../js/components/Footer';
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
import '../static/css/index.css';
|
||||
|
||||
function Main() {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {Card, CardBody, Container} from 'reactstrap';
|
|||
import {TurniereNavigation} from '../js/components/Navigation';
|
||||
import {Footer} from '../js/components/Footer';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
import TournamentList from '../js/components/TournamentList';
|
||||
import {connect} from 'react-redux';
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {TurniereNavigation} from '../js/components/Navigation';
|
|||
import {Footer} from '../js/components/Footer';
|
||||
import {Login} from '../js/components/Login';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
export default class LoginPage extends React.Component {
|
||||
render() {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import {Footer} from '../js/components/Footer';
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
function Main() {
|
||||
return (<div className="main running-text">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import {Footer} from '../js/components/Footer';
|
|||
import {Option, UserRestrictor} from '../js/components/UserRestrictor';
|
||||
import {Login} from '../js/components/Login';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
import TournamentList from '../js/components/TournamentList';
|
||||
|
||||
class PrivateTournamentsPage extends React.Component {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import {Footer} from '../js/components/Footer';
|
|||
import {register} from '../js/api';
|
||||
|
||||
import '../static/css/errormessages.css';
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
|
||||
export default class RegisterPage extends React.Component {
|
||||
render() {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import {updateTeamName} from '../js/api';
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
import '../static/css/index.css';
|
||||
|
||||
class EditTournamentPage extends React.Component {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import {
|
|||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
import '../static/everypage.css';
|
||||
import '../static/css/everypage.css';
|
||||
import '../static/css/tournament.css';
|
||||
|
||||
class PrivateTournamentPage extends React.Component {
|
||||
|
|
|
|||
Loading…
Reference in New Issue