mozrest-sdk-react-dev 0.3.67 → 0.3.69
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.
- package/mozrest-sdk.es.js +1248 -848
- package/package.json +1 -1
- package/style.css +50 -0
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -32858,6 +32858,56 @@ hr {
|
|
|
32858
32858
|
flex-direction: row;
|
|
32859
32859
|
align-items: center;
|
|
32860
32860
|
gap: 10px;
|
|
32861
|
+
}._tableFilters_vs5i6_1 {
|
|
32862
|
+
display: flex;
|
|
32863
|
+
justify-content: center;
|
|
32864
|
+
padding: 10px;
|
|
32865
|
+
gap: 10px;
|
|
32866
|
+
}
|
|
32867
|
+
._tableFilters__input_vs5i6_7 {
|
|
32868
|
+
width: 300px;
|
|
32869
|
+
}
|
|
32870
|
+
|
|
32871
|
+
._brandName_vs5i6_11 {
|
|
32872
|
+
color: var(--moz-cta-primary);
|
|
32873
|
+
cursor: pointer;
|
|
32874
|
+
}._brandDetailHeader_3inpt_1 {
|
|
32875
|
+
display: flex;
|
|
32876
|
+
flex-direction: row;
|
|
32877
|
+
gap: 10px;
|
|
32878
|
+
}
|
|
32879
|
+
|
|
32880
|
+
._brandDetailContainer_3inpt_7 {
|
|
32881
|
+
margin-top: 20px;
|
|
32882
|
+
}
|
|
32883
|
+
|
|
32884
|
+
._brandDetailContent_3inpt_11 {
|
|
32885
|
+
margin-top: 20px;
|
|
32886
|
+
display: flex;
|
|
32887
|
+
flex-direction: column;
|
|
32888
|
+
gap: 30px;
|
|
32889
|
+
}
|
|
32890
|
+
|
|
32891
|
+
._brandDetailContentItem_3inpt_18 {
|
|
32892
|
+
display: flex;
|
|
32893
|
+
flex-direction: column;
|
|
32894
|
+
align-items: flex-start;
|
|
32895
|
+
}
|
|
32896
|
+
|
|
32897
|
+
._brandDetailContentItemTitle_3inpt_24 {
|
|
32898
|
+
display: flex;
|
|
32899
|
+
flex-direction: row;
|
|
32900
|
+
align-items: center;
|
|
32901
|
+
gap: 10px;
|
|
32902
|
+
width: 100%;
|
|
32903
|
+
}
|
|
32904
|
+
|
|
32905
|
+
._brandDetailActions_3inpt_32 {
|
|
32906
|
+
display: flex;
|
|
32907
|
+
flex-direction: row;
|
|
32908
|
+
justify-content: flex-end;
|
|
32909
|
+
gap: 10px;
|
|
32910
|
+
margin-top: 20px;
|
|
32861
32911
|
}._sidebar_1pm4j_1 {
|
|
32862
32912
|
position: fixed;
|
|
32863
32913
|
min-height: 100vh;
|