summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/wamr-ide/VSCode-Extension/resource/webview/css/style.css
blob: bff10e5b40943c592db18ef897a81569f0467b6f (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
/*
 * Copyright (C) 2019 Intel Corporation.  All rights reserved.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 */

.box_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_heading {
    text-align: left;
}

.form_heading vscode-divider,
.config_form_heading vscode-divider,
.form_bottom vscode-divider,
.config_form_bottom vscode-divider {
    padding-bottom: 0.5rem;
}

.form_body,
.config_form_body {
    display: grid;
    grid-row-gap: 1rem;
    padding-bottom: 0.5rem;
}

.config_form_body div,
.config_submit_btn_wrapper {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-column-gap: 0.5rem;
}

.form_heading,
.form_body,
.form_bottom {
    width: 400px;
}

.config_form_body,
.config_form_heading,
.config_form_bottom {
    width: 550px;
}

#btn_submit {
    border-radius: 5px;
}

#select_div,
#text_filed_div,
.proj_submit_btn_wrapper {
    display: grid;
    grid-template-columns: 3fr 9fr;
    grid-column-gap: 0.5rem;
}

#ipt_projName,
#select_dropdown,
.config_form_body vscode-text-field,
.config_form_body vscode-text-area {
    width: 100%;
}

#btn {
    text-align: center;
}