.gitignore added
[dotfiles/.git] / .config / google-chrome / Default / Extensions / pkedcjkdefgpdelpbcmbmeomcjbeemfm / 9221.427.0.1_0 / feedback.css
1 :root {
2   --paper-blue-500: rgb(33, 150, 243);
3   --paper-blue-500-dark: rgba(33, 150, 243, 0.87);
4   --paper-blue-500-light: rgba(33, 150, 243, 0.26);
5 };
6
7 body {
8   font-size: 12px;
9   height: inherit;
10 }
11
12 #description,
13 #required-legend {
14   margin-top: 22px;
15 }
16
17 #description,
18 #form-buttons,
19 #required-legend,
20 #title {
21   padding: 0 17px;
22 }
23
24 .informative {
25   font-size: 13px;
26   line-height: 13px;
27 }
28
29 #feedback-confirmation {
30   width: initial;
31 }
32
33 #feedback-fine-log-warning {
34   color: rgb(219, 68, 55);
35   margin: 10px 0;
36 }
37
38 #feedback-type-toggle,
39 .question {
40   padding: 16px 17px;
41 }
42
43 #form {
44   -webkit-padding-end: 24px;
45   -webkit-padding-start: 24px;
46   background-color: white;
47   color: rgba(0, 0, 0, 0.87);
48   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
49   margin: -100px auto 48px auto;
50   padding: 34px 17px;
51   width: 720px;
52   z-index: 1;
53 }
54
55 #form-buttons {
56   flex-direction: row;
57   display: flex;
58   justify-content: flex-end;
59   margin-top: 34px;
60 }
61
62 #header {
63   margin-bottom: 22px;
64 }
65
66 #header-banner {
67   background-color: var(--paper-blue-500);
68   height: 278px;
69 }
70
71 .md-button.md-raised {
72   box-shadow: none !important;
73 }
74
75 .md-button.md-raised[disabled] {
76   background-color: rgba(0, 0, 0, 0.1);
77   color: rgba(0, 0, 0, 0.6) !important;
78 }
79
80 md-checkbox.md-checked .md-icon {
81   background-color: var(--paper-blue-500);
82 }
83
84 md-dialog {
85   width: 80%;
86 }
87
88 md-dialog-content {
89   padding: 20px;
90 }
91
92 md-input-container {
93   margin-top: 18px;
94 }
95
96 md-input-container label {
97   color: rgba(0, 0, 0, 0.87);
98 }
99
100 md-input-container .md-input,
101 md-radio-button {
102   font-size: 16px;
103 }
104
105 md-radio-button .md-ink-ripple,
106 md-radio-button.md-checked .md-ink-ripple {
107   color: var(--paper-blue-500-dark);
108 }
109
110 md-radio-button .md-off,
111 md-radio-button .md-on {
112   border-color: rgba(0, 0, 0, 0.37);
113   background-color: white;
114 }
115
116 md-radio-button.md-checked .md-off {
117   border-color: var(--paper-blue-500);
118 }
119
120 md-radio-button.md-checked .md-on {
121   background-color: var(--paper-blue-500);
122 }
123
124 md-radio-group {
125   padding: 8px 0 24px 0;
126 }
127
128 md-radio-group .md-ink-ripple {
129   color: var(--paper-blue-500-light);
130 }
131
132 pre {
133   border: 1px solid rgb(191, 191, 191);
134   font-size: 9.75px;
135   margin: 24px 0;
136   max-height: 240px;
137   min-height: 120px;
138   overflow: scroll;
139   width: 100%;
140 }
141
142 .required-message {
143   color: rgb(211, 47, 47);
144 }
145
146 .send-logs {
147   font-size: 15px;
148 }
149
150 #send-feedback-text,
151 .subheading {
152   color: black;
153   font-size: 20px;
154   line-height: 135%;
155   margin-bottom: 10px;
156 }
157
158 .table {
159   display: table;
160 }
161
162 .table-cell {
163   display: table-cell;
164   height: 2.5em;
165   min-width: 215px;
166   padding: .25em;
167   vertical-align: middle;
168   width: 215px;
169 }
170
171 .table-cell.subheading {
172   -webkit-padding-start: 4px;
173   font-size: 16px;
174   min-width: 200px !important;
175   overflow-x: hidden;
176   text-align: center;
177   text-overflow: ellipsis;
178 }
179
180 #table-container {
181   overflow-x: scroll;
182   overflow-y: hidden;
183 }
184
185 .table-row {
186   display: table-row;
187 }
188
189 .table-row.even {
190   background-color: rgb(250, 250, 250);
191 }
192
193 .table-row.odd {
194   background-color: rgb(255, 255, 255);
195 }
196
197 #title {
198   font-size: 32px;
199   line-height: 135%;
200 }
201
202 #mr-version {
203   text-align: right;
204   font-size: 0.8em;
205 }