/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / src / components / shared / ContentStyles.css
88 lines · 1.3 KBCodeBlameHistory
1ac6645long descriptionsJeremy Magland 1.content-container {
2 margin-bottom: 1.5rem;
3}
5.content-header {
6 font-size: 0.9rem;
7 line-height: 1.5;
8 margin-bottom: 0.5rem;
9}
11.description-toggle {
12 color: #0066cc;
13 text-decoration: none;
14 font-size: 0.8rem;
15 cursor: pointer;
16 background: none;
17 border: none;
18 padding: 0;
19 margin-top: 0.25rem;
20 display: block;
23.description-toggle:hover {
24 text-decoration: underline;
27.long-description {
28 font-size: 0.9rem;
29 line-height: 1.5;
30 margin-top: 0.5rem;
31 padding: 0.5rem;
32 background-color: #f8f8f8;
33 border-radius: 4px;
36.metadata-section {
37 margin-bottom: 1.5rem;
38 display: flex;
39 gap: 2rem;
40 flex-wrap: wrap;
43.metadata-label {
44 font-weight: bold;
45 font-size: 0.9rem;
48.metadata-value {
49 font-size: 0.9rem;
52.tag {
53 color: #0066cc;
54 text-decoration: none;
55 padding: 2px 6px;
56 background-color: #f0f0f0;
57 border-radius: 4px;
58 font-size: 0.9rem;
59 cursor: pointer;
62.source-link {
63 color: #0066cc;
64 text-decoration: none;
65 padding: 2px 6px;
66 background-color: #f0f0f0;
67 border-radius: 4px;
68 font-size: 0.9rem;
71.benchmark-section {
72 margin-bottom: 1.5rem;
75.benchmark-title {
76 font-size: 1.2rem;
77 font-weight: bold;
78 margin-bottom: 0.5rem;
81.download-link {
82 color: #0066cc;
83 text-decoration: none;
84 padding: 2px 6px;
85 background-color: #f0f0f0;
86 border-radius: 4px;
87 font-size: 0.9rem;
moveopenescclose