Save
This commit is contained in:
39
vendor/csa/guzzle-bundle/assets-src/sass/legacy.css
vendored
Normal file
39
vendor/csa/guzzle-bundle/assets-src/sass/legacy.css
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
.tab-navigation {
|
||||
margin: 0 0 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tab-navigation li {
|
||||
background: #FFF;
|
||||
border: 1px solid #DDD;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 0 0 0 -1px;
|
||||
padding: 0.5em 0.75em;
|
||||
z-index: 1;
|
||||
}
|
||||
.tab-navigation li:hover {
|
||||
background: #EEE;
|
||||
}
|
||||
.tab-navigation li.disabled {
|
||||
background: #F5F5F5;
|
||||
color: #999;
|
||||
}
|
||||
.tab-navigation li.active {
|
||||
background: #666;
|
||||
border-color: #666;
|
||||
color: #FAFAFA;
|
||||
z-index: 1100;
|
||||
}
|
||||
.tab-navigation > *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}/*# sourceMappingURL=legacy.css.map */
|
||||
1
vendor/csa/guzzle-bundle/assets-src/sass/legacy.css.map
vendored
Normal file
1
vendor/csa/guzzle-bundle/assets-src/sass/legacy.css.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["legacy.sass","legacy.css"],"names":[],"mappings":"AAAA;EACI,iBAAA;EACA,UAAA;ACCJ;ADCI;EACI,gBAAA;EACA,sBAAA;EACA,WAAA;EACA,eAAA;EACA,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,qBAAA;EACA,UAAA;ACCR;ADCQ;EACI,gBAAA;ACCZ;ADCQ;EACI,mBAAA;EACA,WAAA;ACCZ;ADCQ;EACI,gBAAA;EACA,kBAAA;EACA,cAAA;EACA,aAAA;ACCZ;ADCI;EACI,aAAA;ACCR;;ADCA;EACI,cAAA;ACEJ;;ADAA;EACI,aAAA;ACGJ","file":"legacy.css"}
|
||||
158
vendor/csa/guzzle-bundle/assets-src/sass/main.css
vendored
Normal file
158
vendor/csa/guzzle-bundle/assets-src/sass/main.css
vendored
Normal file
@@ -0,0 +1,158 @@
|
||||
.progress {
|
||||
background-color: rgb(224, 224, 224);
|
||||
padding: 1px;
|
||||
height: 20px;
|
||||
}
|
||||
.progress .progress-bar {
|
||||
height: 20px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
.progress .progress-bar-warning {
|
||||
background: #f0ad4e;
|
||||
}
|
||||
.progress .progress-bar-warning.progress-bar-striped {
|
||||
background: repeating-linear-gradient(120deg, #f0ad4e, #f0ad4e 10px, #ec971f 10px, #ec971f 20px);
|
||||
}
|
||||
.progress .progress-bar-success {
|
||||
background: #5cb85c;
|
||||
}
|
||||
.progress .progress-bar-success.progress-bar-striped {
|
||||
background: repeating-linear-gradient(120deg, #5cb85c, #5cb85c 10px, #449d44 10px, #449d44 20px);
|
||||
}
|
||||
|
||||
.accordion .accordion-header {
|
||||
cursor: pointer;
|
||||
}
|
||||
.accordion .accordion-content {
|
||||
display: none;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
.accordion .accordion-content.expanded {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.badge {
|
||||
padding: 2px 9px;
|
||||
font-size: 0.75rem;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: #ffffff;
|
||||
background-color: #999999;
|
||||
border-radius: 9px;
|
||||
}
|
||||
.badge.cache.hit {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
.badge.cache.miss {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
.badge.status-code.server-error {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
.badge.status-code.client-error {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
.badge.status-code.redirection {
|
||||
background-color: #337ab7;
|
||||
}
|
||||
.badge.status-code.success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
.badge.status-code.informational {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
.badge.status-code.unknown {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.call {
|
||||
border-style: solid;
|
||||
border-color: rgb(224, 224, 224);
|
||||
border-width: 1px 1px 1px 1px;
|
||||
margin: 5px;
|
||||
}
|
||||
.call .get {
|
||||
background-color: #0f6ab4;
|
||||
color: #fff;
|
||||
}
|
||||
.call .get a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .get:hover {
|
||||
background: #1386e3;
|
||||
}
|
||||
.call .post {
|
||||
background-color: #10a54a;
|
||||
color: #fff;
|
||||
}
|
||||
.call .post a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .post:hover {
|
||||
background: #15d35f;
|
||||
}
|
||||
.call .put {
|
||||
background-color: #c5862b;
|
||||
color: #fff;
|
||||
}
|
||||
.call .put a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .put:hover {
|
||||
background: #d89e4b;
|
||||
}
|
||||
.call .delete {
|
||||
background-color: #a41e22;
|
||||
color: #fff;
|
||||
}
|
||||
.call .delete a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .delete:hover {
|
||||
background: #cf262b;
|
||||
}
|
||||
.call .patch {
|
||||
background-color: #a41ee2;
|
||||
color: #fff;
|
||||
}
|
||||
.call .patch a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .patch:hover {
|
||||
background: #b64be8;
|
||||
}
|
||||
.call .link {
|
||||
background-color: #C3D448;
|
||||
color: #fff;
|
||||
}
|
||||
.call .link a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .link:hover {
|
||||
background: #d1de71;
|
||||
}
|
||||
.call .unlink {
|
||||
background-color: #FF8438;
|
||||
color: #fff;
|
||||
}
|
||||
.call .unlink a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .unlink:hover {
|
||||
background: #ffa46b;
|
||||
}
|
||||
.call .other {
|
||||
background-color: #000000;
|
||||
color: #fff;
|
||||
}
|
||||
.call .other a {
|
||||
color: #fff;
|
||||
}
|
||||
.call .other:hover {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
.call > * {
|
||||
padding: 5px;
|
||||
}/*# sourceMappingURL=main.css.map */
|
||||
1
vendor/csa/guzzle-bundle/assets-src/sass/main.css.map
vendored
Normal file
1
vendor/csa/guzzle-bundle/assets-src/sass/main.css.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["modules/_progressbar.sass","modules/_variables.sass","main.css","modules/_mixins.sass","modules/_accordion.sass","modules/_badge.sass","modules/_screen.sass"],"names":[],"mappings":"AAAA;EACI,oCCMW;EDLX,YAAA;EACA,YAAA;AECJ;AFCI;EACI,YAAA;EACA,WAAA;EACA,kBAAA;EACA,YAAA;AECR;AFEQ;EACI,mBAFgB;AEE5B;AFEY;EGdR,gGAAA;ADeJ;AFJQ;EACI,mBAFgB;AEQ5B;AFJY;EGdR,gGAAA;ADqBJ;;AErBI;EACI,eAAA;AFwBR;AEtBI;EACI,aAAA;EACA,uBAAA;AFwBR;AEtBQ;EACI,cAAA;AFwBZ;;AGjCA;EACI,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,mBAAA;EACA,cAAA;EACA,yBAAA;EAGA,kBAAA;AHoCJ;AGjCQ;EACI,yBAAA;AHmCZ;AGlCQ;EACI,yBAAA;AHoCZ;AGjCQ;EACI,yBAAA;AHmCZ;AGpCQ;EACI,yBAAA;AHsCZ;AGvCQ;EACI,yBAAA;AHyCZ;AG1CQ;EACI,yBAAA;AH4CZ;AG7CQ;EACI,yBAAA;AH+CZ;AGhDQ;EACI,yBAAA;AHkDZ;;AIrEA;EACI,mBAAA;EACA,gCLKW;EKJX,6BAAA;EACA,WAAA;AJwEJ;AIrEQ;EACI,yBLEI;EKDJ,WAAA;AJuEZ;AIrEY;EACI,WAAA;AJuEhB;AItEY;EACI,mBAAA;AJwEhB;AI/EQ;EACI,yBLEI;EKDJ,WAAA;AJiFZ;AI/EY;EACI,WAAA;AJiFhB;AIhFY;EACI,mBAAA;AJkFhB;AIzFQ;EACI,yBLEI;EKDJ,WAAA;AJ2FZ;AIzFY;EACI,WAAA;AJ2FhB;AI1FY;EACI,mBAAA;AJ4FhB;AInGQ;EACI,yBLEI;EKDJ,WAAA;AJqGZ;AInGY;EACI,WAAA;AJqGhB;AIpGY;EACI,mBAAA;AJsGhB;AI7GQ;EACI,yBLEI;EKDJ,WAAA;AJ+GZ;AI7GY;EACI,WAAA;AJ+GhB;AI9GY;EACI,mBAAA;AJgHhB;AIvHQ;EACI,yBLEI;EKDJ,WAAA;AJyHZ;AIvHY;EACI,WAAA;AJyHhB;AIxHY;EACI,mBAAA;AJ0HhB;AIjIQ;EACI,yBLEI;EKDJ,WAAA;AJmIZ;AIjIY;EACI,WAAA;AJmIhB;AIlIY;EACI,mBAAA;AJoIhB;AI3IQ;EACI,yBLEI;EKDJ,WAAA;AJ6IZ;AI3IY;EACI,WAAA;AJ6IhB;AI5IY;EACI,mBAAA;AJ8IhB;AI5II;EACI,YAAA;AJ8IR","file":"main.css"}
|
||||
Reference in New Issue
Block a user