• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2024 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16body {
17  margin: 0;
18  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
19    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
20    sans-serif;
21  -moz-osx-font-smoothing: grayscale;
22}
23
24code {
25  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
26    monospace;
27}
28html,
29body,
30#root {
31  height: 100% !important;
32  width: 100% !important;
33  margin: 0;
34}
35#app {
36  width: 100%;
37  height: calc(100% - 68px);
38}
39:focus {
40  outline: none !important;
41  outline-offset: unset;
42}
43
44body.light-theme {
45  color: black !important;
46  background-color: rgb(229, 229, 229) !important;
47}
48body.dark-theme {
49  color: #d4d4d4 !important;
50  background-color: rgb(24, 24, 24) !important;
51}
52.mosaic-window .mosaic-window-body, .mosaic-preview .mosaic-window-body {
53  z-index: 4 !important;
54  overflow: unset !important;
55}
56.mosaic-tile {
57  margin: 2px !important;
58}
59a {
60  color: #da70d6 !important;
61}
62.bp5-tab-indicator-wrapper .bp5-tab-indicator {
63  display: none;
64}
65.mosaic-window-toolbar {
66  height: fit-content !important;
67}
68.monaco-editor {
69  outline: none !important;
70}
71.monaco-editor .scroll-decoration {
72  box-shadow: none !important;
73}
74