summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/sql/sql.component.css
blob: bf51ea3a373cf284ead1a521aefe09ad698013be (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.card {
    border-radius: 5px;
}

.card-header {
    height: 55px;
}

.card-body {
    height: 150px;
}

.card-footer {
    height: 55px;
    width: 800px
}

.modalTitle {
    font-size: 35px;
}

.dialog__close-btn {
    border: 0;
    background: #087ac2;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 1.2em;
    display: block;
    border: #087ac2 2px solid;
}

.dialog {

    margin-top: 50px;
}

.defaultFontSize {
    font-size: 15px;
}

.tab-content {
    margin-right: 20px;
    /* background-color: #006496; */
    color: rgb(0, 0, 0);
}

.textarea-sql {
    display: block;
    width: 1500px;
    height: 530px;
    /* max-width: 50%; */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;

}

select,
textarea,
input {
    border-radius: 6px;
    color: #5a5a5a;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0px;
    /* padding: 0 15px 0 15px; */
    vertical-align: middle;
    line-height: normal;
}

.btns {
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    font-family: "Omnes-ECOMP-W02-Medium", Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0 7px 10px 0;
    max-width: 470px;
    min-width: 70px;
    padding: 14px 19px 11px 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

.btns-alt {
    border-color: #087ac2 transparent #0568ae;
    background-color: #0568ae;
    background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
    color: #ffffff;
}


.btns-small {
    padding: 10px 19px 9px 18px;
    font-size: 15px;
    border-radius: 8px;
}

.stdForm {
    margin-left: 20px;
}

.field-group {
    position: relative;
    display: block;
}

label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
    margin-top: 5px;
}

.divider {
    width: 1192px;
    height: auto;
    display: inline-block;
}

.card-body-style{
    width: 800px;
    height: 615px;
}
.div-scroll{
    height:600px;
    overflow: scroll;
}

.close-model{
    font-size: 17px;
}