forked from redhat-developer/vscode-openshift-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.css
More file actions
58 lines (50 loc) · 1.14 KB
/
feedback.css
File metadata and controls
58 lines (50 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.parentContainer {
display: flex;
flex-direction: column;
background-color: var(--vscode-editor-background) !important;
color: var(--vscode-editor-foreground) !important;
font-family: var(--vscode-editor-font-family) !important;
font-size: var(--vscode-editor-font-size) !important;
font-weight: var(--vscode-editor-font-weight) !important;
}
.header__logo {
margin-top: 1rem;
margin-left: 1rem;
display: flex;
flex-direction: row;
justify-content: left;
gap: 3px;
}
.image__logo {
height: 48px;
width: 54px;
}
.highlight {
color: #EE0000;
display: inline;
}
.foreGroundColor {
color: var(--vscode-foreground);
font-weight: normal;
}
.headerContainer {
display: flex;
flex-direction: row;
}
.section__header-hint {
width: 550px;
justify-content: center;
word-spacing: 5px;
text-align: justify;
color: var(--vscode-foreground);
font-weight: normal;
font-family: var(--vscode-font-family);
font-size: 14px;
}
.section__footer {
width: fit-content;
word-spacing: 0px;
}
.footerText:hover {
border-bottom: 3px solid #EE0000 !important;
}