app styles added

This commit is contained in:
NikolaBorislavovHristov 2018-06-12 11:15:11 +03:00
parent df4f60b85d
commit 2e9ab154c0
2 changed files with 19 additions and 1 deletions

View file

@ -1,7 +1,8 @@
import React, { Component } from 'react';
import { BrowserRouter, Route } from 'react-router-dom';
import { Checkbox } from 'stremio-common';
import Icon from 'stremio-icons/dom'
import Icon from 'stremio-icons/dom';
import styles from './styles';
class App extends Component {
render() {

17
src/app/styles.less Normal file
View file

@ -0,0 +1,17 @@
@import "stremio-colors";
* {
margin: 0px;
padding: 0px;
border: none;
list-style: none;
user-select: none;
}
body, html {
height: 100%;
cursor: default;
overflow: hidden;
-webkit-font-smoothing: subpixel-antialiased;
background-color: @colorbgmain;
}