Przeglądaj źródła

remove template

Andrey Titovskiy 3 lat temu
rodzic
commit
16cbbea111
2 zmienionych plików z 0 dodań i 32 usunięć
  1. 0 18
      _template copy/index.js
  2. 0 14
      _template copy/style.scss

+ 0 - 18
_template copy/index.js

@@ -1,18 +0,0 @@
-import './style.scss';
-import React, { PureComponent } from 'react';
-
-export default class Whitelabelname extends PureComponent {
-
-  render() {
-    return (
-      <div className="whitelabelname">
-        <img
-          src="//dd.unicraft.org/static/branding/whitelabelname/header/logo.png"
-          srcSet="//dd.unicraft.org/static/branding/whitelabelname/header/logo@2x.png 2x"
-          className="whitelabelname_logo"
-          role="presentation"
-        />
-      </div>
-    )
-  }
-}

+ 0 - 14
_template copy/style.scss

@@ -1,14 +0,0 @@
-.whitelabelname {
-  flex: none;
-  padding: 2rem;
-  background: #e3effb;
-  background-image: url("//dd.unicraft.org/static/branding/whitelabelname/header/bg.png");
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: cover;
-
-  &_logo {
-    display: block;
-    margin: 0;
-  }
-}