-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom-swagger-ui.css
91 lines (75 loc) · 1.41 KB
/
custom-swagger-ui.css
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
.scheme-container {
padding-top: 0 !important;
}
.info {
margin-bottom: 40px !important;
}
.description {
margin-bottom: 0px !important;
}
#sample-urls li {
color: green;
margin: 0px 0px 3px 0px
}
#sample-urls {
margin-top: 30px;
margin-bottom: 30px;
}
.parameters-col_name {
min-width: 10em !important;
}
.parameter__name.required {
min-width: 12em !important;
}
#google-btn {
margin-top: 54px;
margin-bottom: 20px;
float: right;
width: 184px;
height: 42px;
background-color: #4285f4;
border-radius: 2px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}
#google-btn #google-icon-wrapper {
position: absolute;
margin-top: 1px;
margin-left: 1px;
width: 40px;
height: 40px;
border-radius: 2px;
background-color: #fff;
}
#google-btn #google-icon {
position: absolute;
margin-top: 11px;
margin-left: 11px;
width: 18px;
height: 18px;
}
#google-btn #btn-text {
float: right;
margin: 11px 11px 0 0;
color: #fff;
font-size: 14px;
letter-spacing: 0.2px;
font-family: "Roboto";
}
#google-btn:hover {
box-shadow: 0 0 6px #4285f4;
}
#google-btn:active {
background: #1669F2;
}
#configs-error {
color: red;
}
.scheme-container {
background-color: inherit !important;
}
.swagger-ui .auth-wrapper .authorize {
margin: 0px !important;
}
.main {
margin-bottom: 30px !important;
}