Files
masimmo.pl/vendor/csa/guzzle-bundle/assets-src/sass/main.css
Roman Pyrih d6060a1695 Save
2024-11-20 15:50:47 +01:00

158 lines
2.7 KiB
CSS

.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 */