vira 31.6.1 → 31.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,7 +100,6 @@ export const ViraTabs = defineViraElement()({
|
|
|
100
100
|
display: flex;
|
|
101
101
|
align-items: center;
|
|
102
102
|
justify-content: center;
|
|
103
|
-
padding: 8px 16px;
|
|
104
103
|
position: relative;
|
|
105
104
|
color: ${cssVars['vira-tabs-inactive-color'].value};
|
|
106
105
|
font-size: ${viraFormCssVars['vira-form-medium-text-size'].value};
|
|
@@ -210,6 +209,11 @@ export const ViraTabs = defineViraElement()({
|
|
|
210
209
|
${ViraLink} {
|
|
211
210
|
text-decoration: none;
|
|
212
211
|
}
|
|
212
|
+
|
|
213
|
+
.tabs-container ${ViraLink} {
|
|
214
|
+
display: flex;
|
|
215
|
+
padding: 8px 16px;
|
|
216
|
+
}
|
|
213
217
|
`;
|
|
214
218
|
},
|
|
215
219
|
render({ inputs }) {
|