mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
app styles added
This commit is contained in:
parent
df4f60b85d
commit
2e9ab154c0
2 changed files with 19 additions and 1 deletions
|
|
@ -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
17
src/app/styles.less
Normal 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;
|
||||
}
|
||||
Loading…
Reference in a new issue