api-playground.scss
623 Bytes
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
.action-api-playground {
#api-token {
margin-left: 10px;
input {
font-family: monospace;
}
}
.api-param {
margin: 5px 0;
.param-value {
margin-left: 10px;
}
}
#playground-ctrl {
* {
vertical-align: middle;
}
}
#api-response {
color: #000;
border: 1px solid rgba(0,0,0,0.3);
padding: 10px 15px;
box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
&.empty {
border: none;
Xbox-shadow: none;
}
&.full {
background: #E0E8EF;
}
&.fail {
background: #EDD;
}
}
}