UNPKG

1.83 kBCSSView Raw
1/********************************************************************************
2 * Copyright (C) 2018 TypeFox and others.
3 *
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v. 2.0 which is available at
6 * http://www.eclipse.org/legal/epl-2.0.
7 *
8 * This Source Code may also be made available under the following Secondary
9 * Licenses when the conditions for such availability set forth in the Eclipse
10 * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11 * with the GNU Classpath Exception which is available at
12 * https://www.gnu.org/software/classpath/license.html.
13 *
14 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15 ********************************************************************************/
16
17.theia-caption-prefix {
18 white-space: nowrap;
19 padding-right: 2px;
20}
21
22.theia-caption-suffix {
23 white-space: nowrap;
24 padding: 0px 2px 0px 2px;
25}
26
27.theia-caption-suffix-tail {
28 min-width: 1rem;
29 text-align: center;
30 font-size: var(--theia-ui-font-size0);
31}
32
33.theia-icon-wrapper {
34 top: 0px !important;
35 position: relative;
36 display: inline-flex;
37}
38
39.theia-decorator-size {
40 transform: scale(0.7);
41 text-align: center;
42 height: 100%;
43 width: 100%;
44}
45
46.theia-decorator-sidebar-size {
47 height: 100%;
48 text-align: center;
49 transform: scale(1.2);
50 width: 100%;
51}
52
53.theia-top-right {
54 position: absolute;
55 bottom: 40%;
56 left: 25%;
57}
58
59.theia-bottom-right {
60 position: absolute;
61 top: 40%;
62 left: 25%;
63}
64
65.theia-bottom-right-sidebar {
66 position: absolute;
67 top: 80%;
68 left: 50%;
69}
70
71.theia-bottom-left {
72 position: absolute;
73 top: 40%;
74 right: 25%;
75}
76
77.theia-top-left {
78 position: absolute;
79 bottom: 40%;
80 right: 25%;
81}