Sha256: 059cf10c1d94fd474e2aab1a3157ec2a9d8cb342f92ebba755c5eed70c9d4434
Contents?: true
Size: 1.5 KB
Versions: 3
Compression:
Stored size: 1.5 KB
Contents
@import 'components/profiled_request_table/placeholder'; @import 'components/profiled_request_table/profiled_request_table'; main { display: flex; width: 100%; justify-content: center; } .main-section { width: var(--main-width); } .search-field { box-sizing: border-box; padding: 0.5rem; border: 1px solid var(--grey-400); border-radius: 5px; } .request-details-data { display: flex; padding: 1rem 0; } .request-details-actions { display: flex; align-items: center; justify-content: space-between; padding: 0 0 1rem; margin: 0; } .data-item { display: flex; flex-direction: column; align-items: flex-start; padding: 0; margin-right: 3rem; list-style: none; } .data-item small { color: var(--grey-400); } .data-item span { margin: 0.25rem 0; } [class*='request-status-2'], [class*='request-method-get'] { background: var(--green-400) !important; color: white; } [class*='request-status-4'], [class*='request-method-put'], [class*='request-method-patch'] { background: var(--yellow-400) !important; color: white; } [class*='request-status-5'], [class*='request-method-delete'] { background: var(--red-500) !important; color: white; } .flamegraph-button button { background: var(--grey-200); } .clear-action button { background: var(--red-500); color: white; font-weight: 600; &:hover { background: var(--red-600); } } .profiled-requests-header { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
Version data entries
3 entries across 3 versions & 1 rubygems