diff --git a/client/build/scss/_input.scss b/client/build/scss/_input.scss deleted file mode 100644 index b8f395ca..00000000 --- a/client/build/scss/_input.scss +++ /dev/null @@ -1,88 +0,0 @@ -input:-webkit-autofill { - -webkit-box-shadow: 0 0 0px 1000px white inset; -} - -.label, .input-text, .select, .textarea, .text--large { - margin: 0px; - padding: 0.3em; - outline: none; - border: 0px; - background-color: white; - display: inline-block; -} - -.input-disabled { - border: 1px solid black; - padding: 0.5em; - margin: 0px; - color: black; - background-color: white; -} - -option { - font-family: monospace; -} - - -.input-checkbox { - border: 1px solid black; - background: white; -} - -.input-file { - width: 0.1px; - height: 0.1px; - opacity: 0; - overflow: hidden; - position: absolute; - z-index: -1; -} - -.input-radio, .label--pointer { - cursor: pointer; -} - -.select--arrow { - -moz-appearance:none; - -webkit-appearance: none; - background: url('./icon/downArrow.svg') no-repeat right; - cursor: pointer; - padding-right: 1.5em; -} - -.input-text--primary, .select--primary { - border-bottom: 1px solid #9b9b9b; -} - -.input-text--primary:focus, .select--primary:focus { - border-bottom: 1px solid #9b9b9b; -} - -.textarea--primary { - border-bottom: 1px solid #9b9b9b; -} - -.textarea--primary:focus { - border-bottom: 1px solid #9b9b9b; -} - -.input-text--full-width, .textarea--full-width { - width: calc(100% - 0.6em); -} - -.input-disabled--full-width { - width: calc(100% - 1em - 2px); -} - -.url-text--primary, .url-text--secondary { - margin:0px; - padding:0px; -} - -.url-text--primary { - color: black; -} - -.url-text--secondary { - color: #9b9b9b; -} diff --git a/client/build/scss/all.scss b/client/build/scss/all.scss deleted file mode 100644 index ebd4a3f9..00000000 --- a/client/build/scss/all.scss +++ /dev/null @@ -1,13 +0,0 @@ -@import '_font'; -@import '_html'; -@import '_body'; -@import '_text'; -@import '_flex-container'; -@import '_tooltip'; -@import '_link'; -@import '_row'; -@import '_column'; -@import '_info-message'; -@import '_input'; -@import '_button'; -@import 'containers/_nav-bar.scss'; diff --git a/client/build/scss/_align.scss b/client/scss/_align.scss similarity index 100% rename from client/build/scss/_align.scss rename to client/scss/_align.scss diff --git a/client/build/scss/_body.scss b/client/scss/_body.scss similarity index 100% rename from client/build/scss/_body.scss rename to client/scss/_body.scss diff --git a/client/build/scss/_button.scss b/client/scss/_button.scss similarity index 100% rename from client/build/scss/_button.scss rename to client/scss/_button.scss diff --git a/client/build/scss/_column.scss b/client/scss/_column.scss similarity index 100% rename from client/build/scss/_column.scss rename to client/scss/_column.scss diff --git a/client/build/scss/_flex-container.scss b/client/scss/_flex-container.scss similarity index 100% rename from client/build/scss/_flex-container.scss rename to client/scss/_flex-container.scss diff --git a/client/build/scss/_font.scss b/client/scss/_font.scss similarity index 60% rename from client/build/scss/_font.scss rename to client/scss/_font.scss index a62312a0..d3c8fe32 100644 --- a/client/build/scss/_font.scss +++ b/client/scss/_font.scss @@ -1,18 +1,18 @@ @font-face { font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Regular.ttf'); + src: url('font/Lekton/Lekton-Regular.ttf'); } @font-face { font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Bold.ttf'); + src: url('font/Lekton/Lekton-Bold.ttf'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Italic.ttf'); + src: url('font/Lekton/Lekton-Italic.ttf'); font-weight: normal; font-style: italic; } diff --git a/client/build/scss/_html.scss b/client/scss/_html.scss similarity index 100% rename from client/build/scss/_html.scss rename to client/scss/_html.scss diff --git a/client/build/scss/_info-message.scss b/client/scss/_info-message.scss similarity index 100% rename from client/build/scss/_info-message.scss rename to client/scss/_info-message.scss diff --git a/client/src/scss/_input.scss b/client/scss/_input.scss similarity index 95% rename from client/src/scss/_input.scss rename to client/scss/_input.scss index 18a139bc..13d1e207 100644 --- a/client/src/scss/_input.scss +++ b/client/scss/_input.scss @@ -45,7 +45,7 @@ option { .select--arrow { -moz-appearance:none; -webkit-appearance: none; - background: url('./icon/downArrow.svg') no-repeat right; + background: url('icon/downArrow.svg') no-repeat right; cursor: pointer; padding-right: 1.5em; } diff --git a/client/build/scss/_link.scss b/client/scss/_link.scss similarity index 100% rename from client/build/scss/_link.scss rename to client/scss/_link.scss diff --git a/client/src/scss/_media-queries.scss b/client/scss/_media-queries.scss similarity index 100% rename from client/src/scss/_media-queries.scss rename to client/scss/_media-queries.scss diff --git a/client/src/scss/_reset.scss b/client/scss/_reset.scss similarity index 100% rename from client/src/scss/_reset.scss rename to client/scss/_reset.scss diff --git a/client/build/scss/_row.scss b/client/scss/_row.scss similarity index 100% rename from client/build/scss/_row.scss rename to client/scss/_row.scss diff --git a/client/src/scss/_span.scss b/client/scss/_span.scss similarity index 100% rename from client/src/scss/_span.scss rename to client/scss/_span.scss diff --git a/client/build/scss/_text.scss b/client/scss/_text.scss similarity index 100% rename from client/build/scss/_text.scss rename to client/scss/_text.scss diff --git a/client/build/scss/_tooltip.scss b/client/scss/_tooltip.scss similarity index 100% rename from client/build/scss/_tooltip.scss rename to client/scss/_tooltip.scss diff --git a/client/src/scss/_video.scss b/client/scss/_video.scss similarity index 100% rename from client/src/scss/_video.scss rename to client/scss/_video.scss diff --git a/client/src/scss/all.scss b/client/scss/all.scss similarity index 100% rename from client/src/scss/all.scss rename to client/scss/all.scss diff --git a/client/src/scss/components/_progress-bar.scss b/client/scss/components/_progress-bar.scss similarity index 100% rename from client/src/scss/components/_progress-bar.scss rename to client/scss/components/_progress-bar.scss diff --git a/client/src/scss/components/_publish-preview.scss b/client/scss/components/_publish-preview.scss similarity index 100% rename from client/src/scss/components/_publish-preview.scss rename to client/scss/components/_publish-preview.scss diff --git a/client/src/scss/containers/_asset-preview.scss b/client/scss/containers/_asset-preview.scss similarity index 100% rename from client/src/scss/containers/_asset-preview.scss rename to client/scss/containers/_asset-preview.scss diff --git a/client/build/scss/containers/_dropzone.scss b/client/scss/containers/_dropzone.scss similarity index 100% rename from client/build/scss/containers/_dropzone.scss rename to client/scss/containers/_dropzone.scss diff --git a/client/build/scss/containers/_nav-bar.scss b/client/scss/containers/_nav-bar.scss similarity index 100% rename from client/build/scss/containers/_nav-bar.scss rename to client/scss/containers/_nav-bar.scss diff --git a/client/src/scss/containers/_show-asset-lite.scss b/client/scss/containers/_show-asset-lite.scss similarity index 100% rename from client/src/scss/containers/_show-asset-lite.scss rename to client/scss/containers/_show-asset-lite.scss diff --git a/client/build/scss/font/Lekton/Lekton-Bold.ttf b/client/scss/font/Lekton/Lekton-Bold.ttf similarity index 100% rename from client/build/scss/font/Lekton/Lekton-Bold.ttf rename to client/scss/font/Lekton/Lekton-Bold.ttf diff --git a/client/build/scss/font/Lekton/Lekton-Italic.ttf b/client/scss/font/Lekton/Lekton-Italic.ttf similarity index 100% rename from client/build/scss/font/Lekton/Lekton-Italic.ttf rename to client/scss/font/Lekton/Lekton-Italic.ttf diff --git a/client/build/scss/font/Lekton/Lekton-Regular.ttf b/client/scss/font/Lekton/Lekton-Regular.ttf similarity index 100% rename from client/build/scss/font/Lekton/Lekton-Regular.ttf rename to client/scss/font/Lekton/Lekton-Regular.ttf diff --git a/client/build/scss/font/Lekton/OFL.txt b/client/scss/font/Lekton/OFL.txt similarity index 100% rename from client/build/scss/font/Lekton/OFL.txt rename to client/scss/font/Lekton/OFL.txt diff --git a/client/build/scss/icon/downArrow.svg b/client/scss/icon/downArrow.svg similarity index 100% rename from client/build/scss/icon/downArrow.svg rename to client/scss/icon/downArrow.svg diff --git a/client/build/scss/icon/search.svg b/client/scss/icon/search.svg similarity index 100% rename from client/build/scss/icon/search.svg rename to client/scss/icon/search.svg diff --git a/client/build/scss/icon/upload.svg b/client/scss/icon/upload.svg similarity index 100% rename from client/build/scss/icon/upload.svg rename to client/scss/icon/upload.svg diff --git a/client/src/scss/_align.scss b/client/src/scss/_align.scss deleted file mode 100644 index 1c462277..00000000 --- a/client/src/scss/_align.scss +++ /dev/null @@ -1,19 +0,0 @@ -.align-content-left { - text-align: left; -} - -.align-content-center { - text-align: center; -} - -.align-content-right { - text-align: right; -} - -.align-content-top { - vertical-align: top; -} - -.align-content-bottom { - vertical-align: bottom; -} diff --git a/client/src/scss/_body.scss b/client/src/scss/_body.scss deleted file mode 100644 index bfb813da..00000000 --- a/client/src/scss/_body.scss +++ /dev/null @@ -1,17 +0,0 @@ -body { - margin: 0; - padding: 0; - height: 100%; - word-wrap: break-word; -} - - -body { - display: -webkit-flex; - display: flex; -} - -body { - -webkit-flex-direction: column; - flex-direction: column; -} diff --git a/client/src/scss/_button.scss b/client/src/scss/_button.scss deleted file mode 100644 index 2d458d7a..00000000 --- a/client/src/scss/_button.scss +++ /dev/null @@ -1,60 +0,0 @@ -button { - cursor: pointer; -} - -.button--primary, .button--primary:focus { - border: 1px solid black; - padding: 0.5em; - margin: 0.5em 0.3em 0.5em 0.3em; - color: black; - background-color: white; - outline: 0px; -} - -.button--primary:hover { - border: 1px solid #4156C5; - color: white; - background-color: #4156C5; -} - -.button--primary:active{ - border: 1px solid #ffffff; - color: #d0d0d0; - background-color: #ffffff; -} - -.button--secondary, .button--secondary:focus { - border: 0px; - border-bottom: 1px solid black; - padding: 0.5em; - margin: 0.5em 0.3em 0.5em 0.3em; - color: black; - background-color: white; - outline: 0px; -} - -.button--secondary:hover { - border-bottom: 1px solid #9b9b9b; - color: #4156C5; -} - -.button--secondary:active { - color: #ffffff;; -} - -.button--large{ - margin: 0px; - width: calc(100% - 2px); - padding: 2rem; - font-size: x-large; -} - -.button--cancel{ - border: 0px; - background-color: white; - color: #9b9b9b; -} - -.button--wide { - width: 100%; -} diff --git a/client/src/scss/_column.scss b/client/src/scss/_column.scss deleted file mode 100644 index 7f2ca1e1..00000000 --- a/client/src/scss/_column.scss +++ /dev/null @@ -1,45 +0,0 @@ -.column { - display: inline-block; - padding: 0px; - margin: 0px; -} - -.column--1 { - width: 10%; -} - -.column--2 { - width: 20%; -} - -.column--3 { - width: 30%; -} - -.column--4 { - width: 40%; -} - -.column--5 { - width: 50%; -} - -.column--6 { - width: 60%; -} - -.column--7 { - width: 70%; -} - -.column--8 { - width: 80%; -} - -.column--9 { - width: 90%; -} - -.column--10 { - width: 100%; -} diff --git a/client/src/scss/_flex-container.scss b/client/src/scss/_flex-container.scss deleted file mode 100644 index 767df318..00000000 --- a/client/src/scss/_flex-container.scss +++ /dev/null @@ -1,44 +0,0 @@ -.flex-container--column, .flex-container--row { - display: -webkit-flex; - display: flex; -} - -.flex-container--column { - -webkit-flex-direction: column; - flex-direction: column; -} - -.flex-container--row { - -webkit-flex-direction: row; - flex-direction: row; -} - -.flex-container--wrap { - -webkit-flex-wrap: wrap; - flex-wrap: wrap; -} - -.flex-container--left-bottom { - justify-content: flex-start; - align-items: baseline; -} - -.flex-container--left-center { - justify-content: flex-start; - align-items: center; -} - -.flex-container--center-center { - justify-content: center; - align-items: center; -} - -.flex-container--space-between-bottom { - justify-content: space-between; - align-items: baseline; -} - -.flex-container--space-between-center { - justify-content: space-between; - align-items: center; -} diff --git a/client/src/scss/_font.scss b/client/src/scss/_font.scss deleted file mode 100644 index a62312a0..00000000 --- a/client/src/scss/_font.scss +++ /dev/null @@ -1,18 +0,0 @@ -@font-face { - font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Regular.ttf'); -} - -@font-face { - font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Bold.ttf'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Lekton'; - src: url('./font/Lekton/Lekton-Italic.ttf'); - font-weight: normal; - font-style: italic; -} diff --git a/client/src/scss/_html.scss b/client/src/scss/_html.scss deleted file mode 100644 index 2c4c4311..00000000 --- a/client/src/scss/_html.scss +++ /dev/null @@ -1,5 +0,0 @@ -html { - margin: 0; - padding: 0; - height: 100%; -} diff --git a/client/src/scss/_info-message.scss b/client/src/scss/_info-message.scss deleted file mode 100644 index 91f39305..00000000 --- a/client/src/scss/_info-message.scss +++ /dev/null @@ -1,15 +0,0 @@ -.info-message, .info-message--success, .info-message--failure { - - font-size: medium; - margin: 0px; - padding: 0.3em; - color: #9b9b9b; -} - -.info-message--success { - color: green; -} - -.info-message--failure { - color: red; -} diff --git a/client/src/scss/_link.scss b/client/src/scss/_link.scss deleted file mode 100644 index 71a1bce8..00000000 --- a/client/src/scss/_link.scss +++ /dev/null @@ -1,35 +0,0 @@ -/* LINKS */ - -a, a:visited { - text-decoration: none; -} - -.link--primary, .link--primary:visited { - color: #4156C5; -} - -.link--secondary, .link--secondary:visited { - font-size: medium; - margin: 0px; - padding: 0.3em; - color: #9b9b9b; -} - -.link--disabled-text { - color: #9b9b9b; - text-decoration: underline; -} - -.link--nav { - color: black; - border-bottom: 2px solid white; -} - -.link--nav:hover { - color: #4156C5; -} - -.link--nav-active { - color: #4156C5; - border-bottom: 2px solid #4156C5; -} diff --git a/client/src/scss/_row.scss b/client/src/scss/_row.scss deleted file mode 100644 index 169518ec..00000000 --- a/client/src/scss/_row.scss +++ /dev/null @@ -1,38 +0,0 @@ -.row { - clear: both; - margin: 0px; -} - -.row--padded { - padding: 3rem; -} - -.row--margined { - margin: 3rem; -} - -.row--wide { - padding-right: 0px; - padding-left: 0px; -} - -.row--short { - padding-top: 0px; - padding-bottom: 0px; -} - -.row--tall { - flex: 1 0 auto; -} - -.row--no-top { - padding-top: 0px; -} - -.row--no-bottom { - padding-bottom: 0px; -} - -.row--no-right { - padding-right: 0px; -} diff --git a/client/src/scss/_text.scss b/client/src/scss/_text.scss deleted file mode 100644 index 2d3a1b79..00000000 --- a/client/src/scss/_text.scss +++ /dev/null @@ -1,39 +0,0 @@ -body, button, input, textarea, label, select, option, #channel-publish-in-progress > p, #channel-publish-done > p { - font-family: 'Lekton', monospace; - font-size: large; -} - -h3, p { - - font-size: x-large; -} - -.text--large { - font-size: 2rem; -} - -.text--disabled { - color: #9b9b9b; -} - -.pull-quote { - font-size: 3rem; - margin-top: 1rem; -} - -.fine-print { - font-size: small; -} - -#show-body > .fine-print { - text-align: center; -} - -.blue { - color: #4156C5; -} - -.blue--underlined { - color: #4156C5; - text-decoration: underline; -} diff --git a/client/src/scss/_tooltip.scss b/client/src/scss/_tooltip.scss deleted file mode 100644 index 93b5e93c..00000000 --- a/client/src/scss/_tooltip.scss +++ /dev/null @@ -1,34 +0,0 @@ -/* Tooltip container */ -.tooltip { - position: relative; -} -/* Tooltip text */ -.tooltip > .tooltip-text { - visibility: hidden; - width: 15em; - background-color: #9b9b9b; - color: #fff; - text-align: center; - padding: 0.5em; - /* Position the tooltip text */ - position: absolute; - z-index: 1; - bottom: 110%; - left: 50%; - margin-left: -8em; /* Use half of the width (120/2 = 60), to center the tooltip */ -} -/* Show the tooltip text when you mouse over the tooltip container */ -.tooltip:hover > .tooltip-text { - visibility: visible; -} -/* arrow at bottom of tooltip text */ -.tooltip > .tooltip-text::after { - content: " "; - position: absolute; - top: 100%; - left: 50%; - margin-left: -5px; - border-width: 5px; - border-style: solid; - border-color: #9b9b9b transparent transparent transparent; -} diff --git a/client/src/scss/containers/_dropzone.scss b/client/src/scss/containers/_dropzone.scss deleted file mode 100644 index 9d083d26..00000000 --- a/client/src/scss/containers/_dropzone.scss +++ /dev/null @@ -1,28 +0,0 @@ -.dropzone, .dropzone--disabled { - border: 2px dashed #9b9b9b; - text-align: center; - position: relative; -} - -.dropzone:hover, .dropzone--drag-over { - border: 2px dashed #4156C5; - cursor: pointer; -} - -#dropzone-text-holder { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; -} - -#dropzone-dragover, #dropzone-instructions { - padding: 1em; -} - -#dropzone-preview { - display: block; - width: 100%; -} - diff --git a/client/src/scss/containers/_nav-bar.scss b/client/src/scss/containers/_nav-bar.scss deleted file mode 100644 index 68dd89ff..00000000 --- a/client/src/scss/containers/_nav-bar.scss +++ /dev/null @@ -1,20 +0,0 @@ -.nav-bar { - border-bottom: 0.5px solid #cacaca; -} - -.nav-bar--left { - align-self: center; -} - -.nav-bar-tagline { - font-size: small; -} - -.nav-bar-link { - padding: 1.5rem; - display: inline-block; -} - -.nav-bar-logo { - cursor: pointer; -} diff --git a/client/src/scss/font/Lekton/Lekton-Bold.ttf b/client/src/scss/font/Lekton/Lekton-Bold.ttf deleted file mode 100644 index b46b56b2..00000000 Binary files a/client/src/scss/font/Lekton/Lekton-Bold.ttf and /dev/null differ diff --git a/client/src/scss/font/Lekton/Lekton-Italic.ttf b/client/src/scss/font/Lekton/Lekton-Italic.ttf deleted file mode 100644 index a23c4ce4..00000000 Binary files a/client/src/scss/font/Lekton/Lekton-Italic.ttf and /dev/null differ diff --git a/client/src/scss/font/Lekton/Lekton-Regular.ttf b/client/src/scss/font/Lekton/Lekton-Regular.ttf deleted file mode 100644 index e971ecaa..00000000 Binary files a/client/src/scss/font/Lekton/Lekton-Regular.ttf and /dev/null differ diff --git a/client/src/scss/font/Lekton/OFL.txt b/client/src/scss/font/Lekton/OFL.txt deleted file mode 100644 index 8f6fe441..00000000 --- a/client/src/scss/font/Lekton/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright (c) 2008-2010, Isia Urbino (http://www.isiaurbino.net) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/client/src/scss/icon/downArrow.svg b/client/src/scss/icon/downArrow.svg deleted file mode 100644 index fc73332e..00000000 --- a/client/src/scss/icon/downArrow.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - Shape - Created with Sketch. - - - - - - - - - - - \ No newline at end of file diff --git a/client/src/scss/icon/search.svg b/client/src/scss/icon/search.svg deleted file mode 100644 index a7eda5c2..00000000 --- a/client/src/scss/icon/search.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - Fill 5114 + Fill 5115 + Fill 5116 - Created with Sketch. - - - - - - - - - - \ No newline at end of file diff --git a/client/src/scss/icon/upload.svg b/client/src/scss/icon/upload.svg deleted file mode 100644 index 8b5637c1..00000000 --- a/client/src/scss/icon/upload.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - upload - Created with Sketch. - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/render/renderFullPage.js b/server/render/renderFullPage.js index 9124aa5d..a3fefe74 100644 --- a/server/render/renderFullPage.js +++ b/server/render/renderFullPage.js @@ -12,7 +12,7 @@ module.exports = (helmet, html, preloadedState) => { ${helmet.meta.toString()} ${helmet.link.toString()} - +