Create viewer for SBOM and VEX data. 91/10791/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 29 Mar 2023 06:54:52 +0000 (08:54 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 29 Mar 2023 06:54:56 +0000 (08:54 +0200)
- update style.css

Issue-ID: OAM-320
Change-Id: Ide475d5a6dafc583a978b88f6f4b0b10c540b103
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/container-analysis/viewer/public/stylesheets/style.css [new file with mode: 0644]

diff --git a/code/container-analysis/viewer/public/stylesheets/style.css b/code/container-analysis/viewer/public/stylesheets/style.css
new file mode 100644 (file)
index 0000000..961e781
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2023 highstreet technologies and others
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+body {
+  padding: 10px;
+  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+
+a {
+  color: #00B7FF;
+}