|
30 | 30 |
|
31 | 31 | .tab-container { |
32 | 32 | width: 100%; |
33 | | - min-height: 132px; |
34 | 33 | overflow: hidden; |
35 | 34 | flex-shrink: 0; |
36 | | - padding: 16px; |
37 | 35 | display: flex; |
38 | 36 | flex-direction: row; |
39 | 37 | justify-content: space-between; |
|
48 | 46 | } |
49 | 47 |
|
50 | 48 | .tab-item-container { |
51 | | - height: 100%; |
| 49 | + width: 100%; |
| 50 | + height: 72px; |
52 | 51 | display: inline-flex; |
53 | 52 | } |
54 | 53 |
|
55 | 54 | .tab-item { |
| 55 | + align-items: center; |
56 | 56 | height: 100%; |
57 | 57 | display: flex; |
58 | 58 | flex-grow: 1; |
59 | 59 | flex-basis: 0; |
60 | | - flex-direction: column; |
61 | | - justify-content: space-between; |
| 60 | + flex-direction: row; |
| 61 | + justify-content: center; |
62 | 62 | gap: 8px; |
63 | 63 | padding: 12px; |
64 | 64 | cursor: pointer; |
65 | 65 | user-select: none; |
66 | | - border-bottom: 1px solid var(--ig-gray-300); |
| 66 | + color: black; |
67 | 67 |
|
68 | 68 | &--selected { |
69 | 69 | border-bottom: 3px solid var(--ig-primary-500); |
| 70 | + color: var(--ig-primary-500) !important; |
70 | 71 | } |
71 | 72 |
|
72 | 73 | &:hover { |
73 | | - background: hsl(from var(--ig-gray-100) h s l/0.5); |
| 74 | + background-color: var(--ig-gray-200); |
74 | 75 | } |
75 | 76 | } |
76 | 77 |
|
77 | 78 | .tab-header { |
78 | 79 | display: flex; |
79 | 80 | flex-direction: row; |
80 | 81 | gap: 8px; |
81 | | - color: var(--ig-gray-900); |
82 | | - font-size: 20px; |
| 82 | + font-size: 16px; |
83 | 83 | font-weight: 600; |
84 | | - line-height: 24px; |
| 84 | + line-height: 20px; |
85 | 85 | letter-spacing: 0.15px; |
86 | 86 | --ig-size: var(--ig-size-medium); |
87 | | - |
88 | | - &--disabled { |
89 | | - color: var(--ig-gray-700) !important; |
90 | | - } |
91 | 87 | } |
92 | 88 |
|
93 | | -.tab-content { |
94 | | - display: flex; |
95 | | - flex-direction: column; |
96 | | - gap: 4px; |
97 | | - color: var(--ig-gray-900); |
98 | | - font-size: 14px; |
99 | | - font-weight: 400; |
100 | | - font-family: "aktiv-grotesk", sans-serif; |
101 | | - line-height: 20px; |
102 | | - letter-spacing: 0.25px; |
103 | | - |
104 | | - &--disabled { |
105 | | - color: var(--ig-gray-700) !important; |
106 | | - } |
| 89 | +.tabs-info-wrapper-element { |
| 90 | + width: 100%; |
107 | 91 | } |
108 | 92 |
|
109 | | -.tab-actions { |
| 93 | +.current-tab-info { |
110 | 94 | display: flex; |
111 | | - flex-direction: row; |
112 | | - align-items: center; |
113 | 95 | justify-content: space-between; |
114 | | - --ig-size: var(--ig-size-small); |
115 | | - --disabled-icon-color: #ffffff; |
116 | | - |
117 | | - igc-icon-button.button--disabled::part(base) { |
118 | | - background-color: var(--ig-gray-600); |
119 | | - color: #ffffff; |
120 | | - &:hover { |
121 | | - background-color: var(--ig-gray-800); |
122 | | - } |
| 96 | + gap: 2rem; |
| 97 | + width: 100%; |
| 98 | + height: 90px; |
| 99 | + padding: 20px 24px; |
| 100 | + border: 1px solid #D6D6D6; |
| 101 | + |
| 102 | + .sample-info { |
| 103 | + height: 58px; |
| 104 | + display: flex; |
| 105 | + flex-direction: column; |
| 106 | + row-gap: 8px; |
123 | 107 | } |
124 | 108 |
|
125 | | - igc-icon-button.button--enabled::part(base) { |
126 | | - background-color: #212121; |
127 | | - color: #ffffff; |
128 | | - &:hover { |
129 | | - background-color: var(--ig-gray-600); |
130 | | - } |
| 109 | + .tab-description { |
| 110 | + font-weight: 300; |
| 111 | + font-size: 12px; |
| 112 | + line-height: 100%; |
| 113 | + letter-spacing: 0%; |
131 | 114 | } |
132 | 115 |
|
133 | | - a { |
134 | | - width: unset; |
135 | | - padding-bottom: 2px; |
136 | | - transition: background-size 350ms; |
137 | | - background: linear-gradient(0deg, var(--bg-color), var(--bg-color)) no-repeat right bottom / 0 var(--bg-h); |
138 | | - --bg-h: 2px; |
139 | | - --bg-color: var(--ig-primary-500); |
140 | | - |
141 | | - &:where(:hover, :focus-visible) { |
142 | | - background-size: 100% var(--bg-h); |
143 | | - background-position-x: left; |
| 116 | + .sample-actions { |
| 117 | + display: flex; |
| 118 | + gap: 8px; |
| 119 | + align-items: center; |
| 120 | + line-height: 100%; |
| 121 | + font-size: 14px; |
| 122 | + |
| 123 | + .theme-info { |
| 124 | + display: flex; |
| 125 | + flex-direction: column; |
| 126 | + justify-content: center; |
| 127 | + font-weight: 600; |
| 128 | + letter-spacing: 0.15px; |
| 129 | + height: 40px; |
| 130 | + padding-right: 8px; |
| 131 | + border-right: 1px solid #D6D6D6; |
144 | 132 | } |
145 | 133 |
|
146 | | - &.link--disabled { |
147 | | - color: var(--ig-primary-200); |
148 | | - --bg-color: var(--ig-primary-200); |
| 134 | + .action-buttons { |
| 135 | + display: flex; |
| 136 | + justify-content: space-between; |
| 137 | + gap: 16px; |
| 138 | + |
| 139 | + .custom-button::part(base) { |
| 140 | + color: black; |
| 141 | + border-color: #D6D6D6; |
| 142 | + text-transform: unset; |
149 | 143 |
|
150 | | - &:hover { |
151 | | - color: var(--ig-primary-500); |
152 | | - --bg-color: var(--ig-primary-500); |
| 144 | + igc-icon::part(icon) { |
| 145 | + color: black; |
| 146 | + } |
153 | 147 | } |
154 | 148 | } |
155 | 149 | } |
156 | 150 | } |
157 | 151 |
|
158 | | -.learn-text { |
159 | | - text-decoration: none; |
160 | | - color: var(--ig-primary-500); |
161 | | - font-size: 14px; |
162 | | - font-weight: 700; |
163 | | - font-family: "aktiv-grotesk", sans-serif; |
164 | | - line-height: 20px; |
165 | | -} |
166 | | - |
167 | | -.tooltip { |
168 | | - position: relative; |
169 | | - display: inline-block; |
170 | | - |
171 | | - & .tooltip--text { |
172 | | - visibility: hidden; |
173 | | - background: #85888fe6; |
174 | | - box-shadow: rgba(36, 37, 44, 0.2) 0px 2px 2px 0px; |
175 | | - color: white; |
176 | | - padding: 4px 8px; |
177 | | - font-size: 0.625rem; |
178 | | - border-radius: 4px; |
179 | | - min-height: 24px; |
180 | | - top: 100%; |
181 | | - left: 50%; |
182 | | - width: 120px; |
183 | | - transform: translateX(-50%) translateY(5px); |
184 | | - text-align: center; |
185 | | - position: absolute; |
186 | | - z-index: 1; |
187 | | - font-family: var(--ig-font-family); |
188 | | - opacity: 0; |
189 | | - transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); |
190 | | - } |
191 | | - &:hover > .tooltip--text { |
192 | | - opacity: 1; |
193 | | - transform: translateX(-50%) translateY(0); |
194 | | - visibility: visible; |
195 | | - transition-delay: 1s; |
196 | | - } |
| 152 | +:-webkit-full-screen { |
| 153 | + width: 100vw; |
| 154 | + height: 100vh; |
| 155 | + overflow: auto; |
| 156 | + background: white; |
197 | 157 | } |
0 commit comments