|
@@ -2611,7 +2611,82 @@ main {
|
|
|
}
|
|
|
|
|
|
.artifact-item .artifact-contents {
|
|
|
+ display: none;
|
|
|
+ padding: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-item .artifact-contents.contents-visible {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details {
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
+ background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -ms-user-select: none;
|
|
|
+ user-select: none;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details .icon-downup {
|
|
|
+ margin-right: 0.5rem;
|
|
|
+ margin-left: auto;
|
|
|
+ --tw-text-opacity: 1;
|
|
|
+ color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details:hover {
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
+ background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details .artifact-id {
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
+ background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 1.125rem;
|
|
|
+ line-height: 1.75rem;
|
|
|
padding: 1rem;
|
|
|
+ --tw-text-opacity: 1;
|
|
|
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details:hover .artifact-id {
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
+ background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details .hash-button {
|
|
|
+ --tw-border-opacity: 1;
|
|
|
+ border-color: rgba(37, 99, 235, var(--tw-border-opacity));
|
|
|
+ border-radius: 0.25rem;
|
|
|
+ border-width: 1px;
|
|
|
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
|
+ margin-left: 1rem;
|
|
|
+ margin-right: 1rem;
|
|
|
+ padding-top: 0.25rem;
|
|
|
+ padding-bottom: 0.25rem;
|
|
|
+ padding-left: 0.75rem;
|
|
|
+ padding-right: 0.75rem;
|
|
|
+ --tw-text-opacity: 1;
|
|
|
+ color: rgba(37, 99, 235, var(--tw-text-opacity));
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details .hash-button:hover {
|
|
|
+ --tw-bg-opacity: 1;
|
|
|
+ background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
|
|
|
+ --tw-text-opacity: 1;
|
|
|
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
|
+}
|
|
|
+
|
|
|
+.artifact-details .build-date-text {
|
|
|
+ font-size: 1.125rem;
|
|
|
+ line-height: 1.75rem;
|
|
|
+ --tw-text-opacity: 1;
|
|
|
+ color: rgba(75, 85, 99, var(--tw-text-opacity));
|
|
|
}
|
|
|
|
|
|
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
|