diff options
author | Vlastimil Starec <vlastimil.starec@orange.com> | 2020-04-14 21:49:47 +0200 |
---|---|---|
committer | Vlastimil Starec <vlastimil.starec@orange.com> | 2020-04-16 22:52:21 +0200 |
commit | 6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (patch) | |
tree | f2415c6e0de9c63a7b7ebe41adc62120dc45a9ea /graphgraph-fe/src/App.css | |
parent | 208ab81cd84c06387d6ce7ad335b3fbe4d51ac04 (diff) |
Perform repository cleanup
1. Perform whitespace cleanup in source files
Changes are almost exclusively in indentation and line breaks.
Some safe spelling fixes may had gotten staged too.
2. Update license file and license headers on java files
Change "2019" to "2019-2020" (fix 2017-2018 in some cases).
Convert to block comment format.
Make "Orange Intellectual Property" consistent across headers.
3. Prepend javascript files with license headers
4. Rename frontend filenames to lowercase
5. Add missing semicolons after statements in react files
Issue-ID: AAI-2861
Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com>
Change-Id: Ieee5562ce9e360da3db1f990a6cf4c1b1e56f657
Diffstat (limited to 'graphgraph-fe/src/App.css')
-rw-r--r-- | graphgraph-fe/src/App.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/graphgraph-fe/src/App.css b/graphgraph-fe/src/App.css deleted file mode 100644 index 74c1327..0000000 --- a/graphgraph-fe/src/App.css +++ /dev/null @@ -1,53 +0,0 @@ -.App { -width: 100%; -height: 100%; -position: absolute; -top: 0; -left: 0; -} - -.App-logo { - animation: App-logo-spin infinite 20s linear; - height: 40vmin; -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -.root { -width: 100%; -height: 100%; -position: absolute; -top: 0; -left: 0; -} - -.graph-area{ - border-style: solid; - border-color: darkgray; - border-width: 1px 0 1px 0; - position: relative; - width: 100%; - height: 70%; -} |