mozrest-sdk-react-dev 0.3.10 → 0.3.11
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 +34 -34
- package/package.json +1 -1
- package/style.css +44 -56
package/mozrest-sdk.es.js
CHANGED
|
@@ -64202,18 +64202,18 @@ const styles$1a = {
|
|
|
64202
64202
|
plus: plus$1,
|
|
64203
64203
|
footer: footer$7
|
|
64204
64204
|
};
|
|
64205
|
-
const mainConatiner$2 = "
|
|
64206
|
-
const header$4 = "
|
|
64207
|
-
const content$6 = "
|
|
64208
|
-
const sectionCard$1 = "
|
|
64209
|
-
const cardHeader$1 = "
|
|
64210
|
-
const cardTitle$1 = "
|
|
64211
|
-
const cardDesc$1 = "
|
|
64212
|
-
const cardBody$1 = "
|
|
64213
|
-
const cardFooter$1 = "
|
|
64214
|
-
const cardFooterContent$1 = "
|
|
64215
|
-
const sectionManagement$1 = "
|
|
64216
|
-
const sectionFormRow$1 = "
|
|
64205
|
+
const mainConatiner$2 = "_mainConatiner_75rsa_64";
|
|
64206
|
+
const header$4 = "_header_75rsa_75";
|
|
64207
|
+
const content$6 = "_content_75rsa_81";
|
|
64208
|
+
const sectionCard$1 = "_sectionCard_75rsa_95";
|
|
64209
|
+
const cardHeader$1 = "_cardHeader_75rsa_104";
|
|
64210
|
+
const cardTitle$1 = "_cardTitle_75rsa_107";
|
|
64211
|
+
const cardDesc$1 = "_cardDesc_75rsa_111";
|
|
64212
|
+
const cardBody$1 = "_cardBody_75rsa_115";
|
|
64213
|
+
const cardFooter$1 = "_cardFooter_75rsa_119";
|
|
64214
|
+
const cardFooterContent$1 = "_cardFooterContent_75rsa_132";
|
|
64215
|
+
const sectionManagement$1 = "_sectionManagement_75rsa_145";
|
|
64216
|
+
const sectionFormRow$1 = "_sectionFormRow_75rsa_145";
|
|
64217
64217
|
const styles$19 = {
|
|
64218
64218
|
mainConatiner: mainConatiner$2,
|
|
64219
64219
|
header: header$4,
|
|
@@ -124574,12 +124574,12 @@ const DatePicker = ({
|
|
|
124574
124574
|
}
|
|
124575
124575
|
|
|
124576
124576
|
.ant-picker-content {
|
|
124577
|
-
background-color:
|
|
124577
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124578
124578
|
color: var(--ant-picker-text-color) !important;
|
|
124579
124579
|
}
|
|
124580
124580
|
|
|
124581
124581
|
.ant-picker-content thead th {
|
|
124582
|
-
background-color:
|
|
124582
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124583
124583
|
color: var(--ant-picker-text-color) !important;
|
|
124584
124584
|
text-transform: uppercase;
|
|
124585
124585
|
}
|
|
@@ -124596,7 +124596,7 @@ const DatePicker = ({
|
|
|
124596
124596
|
}
|
|
124597
124597
|
|
|
124598
124598
|
.ant-picker-cell-in-view.ant-picker-cell:hover {
|
|
124599
|
-
background-color: var(--ant-picker-
|
|
124599
|
+
background-color: var(--ant-picker-hover-cell-bg) !important;
|
|
124600
124600
|
color: var(--ant-picker-text-color) !important;
|
|
124601
124601
|
}
|
|
124602
124602
|
|
|
@@ -124605,7 +124605,7 @@ const DatePicker = ({
|
|
|
124605
124605
|
}
|
|
124606
124606
|
|
|
124607
124607
|
.ant-picker-cell-inner:hover {
|
|
124608
|
-
background-color:
|
|
124608
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124609
124609
|
}
|
|
124610
124610
|
|
|
124611
124611
|
.ant-picker-footer {
|
|
@@ -124614,7 +124614,7 @@ const DatePicker = ({
|
|
|
124614
124614
|
|
|
124615
124615
|
.ant-picker-today-btn {
|
|
124616
124616
|
color: white !important;
|
|
124617
|
-
background-color:
|
|
124617
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124618
124618
|
border-radius: 6px;
|
|
124619
124619
|
padding: 4px 8px;
|
|
124620
124620
|
}
|
|
@@ -126650,23 +126650,23 @@ function Main$1({
|
|
|
126650
126650
|
})
|
|
126651
126651
|
});
|
|
126652
126652
|
}
|
|
126653
|
-
const mainConatiner = "
|
|
126654
|
-
const header$1 = "
|
|
126655
|
-
const content = "
|
|
126656
|
-
const sectionCard = "
|
|
126657
|
-
const cardHeader = "
|
|
126658
|
-
const cardTitle = "
|
|
126659
|
-
const cardDesc = "
|
|
126660
|
-
const cardBody = "
|
|
126661
|
-
const cardFooter = "
|
|
126662
|
-
const cardFooterContent = "
|
|
126663
|
-
const sectionManagement = "
|
|
126664
|
-
const sectionFormRow = "
|
|
126665
|
-
const drawerContent = "
|
|
126666
|
-
const scrollableForm = "
|
|
126667
|
-
const fixedActions = "
|
|
126668
|
-
const specialDatesInfoText = "
|
|
126669
|
-
const deleteIcon = "
|
|
126653
|
+
const mainConatiner = "_mainConatiner_70uhk_64";
|
|
126654
|
+
const header$1 = "_header_70uhk_75";
|
|
126655
|
+
const content = "_content_70uhk_81";
|
|
126656
|
+
const sectionCard = "_sectionCard_70uhk_94";
|
|
126657
|
+
const cardHeader = "_cardHeader_70uhk_99";
|
|
126658
|
+
const cardTitle = "_cardTitle_70uhk_102";
|
|
126659
|
+
const cardDesc = "_cardDesc_70uhk_106";
|
|
126660
|
+
const cardBody = "_cardBody_70uhk_110";
|
|
126661
|
+
const cardFooter = "_cardFooter_70uhk_114";
|
|
126662
|
+
const cardFooterContent = "_cardFooterContent_70uhk_114";
|
|
126663
|
+
const sectionManagement = "_sectionManagement_70uhk_126";
|
|
126664
|
+
const sectionFormRow = "_sectionFormRow_70uhk_126";
|
|
126665
|
+
const drawerContent = "_drawerContent_70uhk_133";
|
|
126666
|
+
const scrollableForm = "_scrollableForm_70uhk_138";
|
|
126667
|
+
const fixedActions = "_fixedActions_70uhk_144";
|
|
126668
|
+
const specialDatesInfoText = "_specialDatesInfoText_70uhk_153";
|
|
126669
|
+
const deleteIcon = "_deleteIcon_70uhk_167";
|
|
126670
126670
|
const styles$6 = {
|
|
126671
126671
|
mainConatiner,
|
|
126672
126672
|
header: header$1,
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -314,12 +314,12 @@
|
|
|
314
314
|
--checkbox-disabled-bg: #f9f9f9;
|
|
315
315
|
--moz-border: #e5e7eb;
|
|
316
316
|
--moz-border-hover: #b1b1b1;
|
|
317
|
-
--ant-picker-bg: #
|
|
317
|
+
--ant-picker-bg: #ffffff !important;
|
|
318
318
|
--ant-picker-border-radius: 6px !important;
|
|
319
|
-
--ant-picker-text-color: #
|
|
320
|
-
--ant-picker-hover-cell-bg: #
|
|
321
|
-
--ant-picker-selected-cell-bg: #
|
|
322
|
-
--ant-picker-cell-hover-color: #
|
|
319
|
+
--ant-picker-text-color: #2d2d2d !important;
|
|
320
|
+
--ant-picker-hover-cell-bg: #c5ccff !important;
|
|
321
|
+
--ant-picker-selected-cell-bg: #cccccc !important;
|
|
322
|
+
--ant-picker-cell-hover-color: #c7c7c7 !important;
|
|
323
323
|
}
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
:root {
|
|
@@ -1966,12 +1966,6 @@
|
|
|
1966
1966
|
--state-active: gray !important;
|
|
1967
1967
|
--moz-state-active: #383868 !important;
|
|
1968
1968
|
--moz-container-padding: 0 !important;
|
|
1969
|
-
--ant-picker-bg: #2F3349 !important;
|
|
1970
|
-
--ant-picker-border-radius: 6px !important;
|
|
1971
|
-
--ant-picker-text-color: #ffffff !important;
|
|
1972
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
1973
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
1974
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
1975
1969
|
}
|
|
1976
1970
|
body {
|
|
1977
1971
|
margin: 0 !important;
|
|
@@ -1987,7 +1981,7 @@ hr {
|
|
|
1987
1981
|
border: 0;
|
|
1988
1982
|
border-top: 2px solid #42465a;
|
|
1989
1983
|
}
|
|
1990
|
-
._my-masonry-
|
|
1984
|
+
._my-masonry-grid_75rsa_42 {
|
|
1991
1985
|
display: -webkit-box;
|
|
1992
1986
|
/* Not needed if autoprefixing */
|
|
1993
1987
|
display: -ms-flexbox;
|
|
@@ -1997,16 +1991,16 @@ hr {
|
|
|
1997
1991
|
/* gutter size offset */
|
|
1998
1992
|
width: auto;
|
|
1999
1993
|
}
|
|
2000
|
-
._my-masonry-
|
|
1994
|
+
._my-masonry-grid_column_75rsa_53 {
|
|
2001
1995
|
padding-left: 40px;
|
|
2002
1996
|
/* gutter size */
|
|
2003
1997
|
background-clip: padding-box;
|
|
2004
1998
|
}
|
|
2005
|
-
._my-masonry-
|
|
1999
|
+
._my-masonry-grid_column_75rsa_53 > div {
|
|
2006
2000
|
/* change div to reference your elements you put in <Masonry> */
|
|
2007
2001
|
margin-bottom: 40px;
|
|
2008
2002
|
}
|
|
2009
|
-
.
|
|
2003
|
+
._mainConatiner_75rsa_64 {
|
|
2010
2004
|
color: var(--moz-text-primary);
|
|
2011
2005
|
height: 100vh;
|
|
2012
2006
|
max-height: 100vh;
|
|
@@ -2017,13 +2011,13 @@ hr {
|
|
|
2017
2011
|
overflow: hidden;
|
|
2018
2012
|
overflow-y: auto;
|
|
2019
2013
|
}
|
|
2020
|
-
.
|
|
2014
|
+
._mainConatiner_75rsa_64 ._header_75rsa_75 {
|
|
2021
2015
|
display: flex;
|
|
2022
2016
|
justify-content: flex-start;
|
|
2023
2017
|
align-items: center;
|
|
2024
2018
|
padding: 1.25rem;
|
|
2025
2019
|
}
|
|
2026
|
-
.
|
|
2020
|
+
._mainConatiner_75rsa_64 ._content_75rsa_81 {
|
|
2027
2021
|
display: flex;
|
|
2028
2022
|
justify-content: flex-start;
|
|
2029
2023
|
align-items: center;
|
|
@@ -2032,10 +2026,10 @@ hr {
|
|
|
2032
2026
|
overflow-y: auto;
|
|
2033
2027
|
flex-wrap: wrap;
|
|
2034
2028
|
}
|
|
2035
|
-
.
|
|
2029
|
+
._textSecondary_75rsa_91 {
|
|
2036
2030
|
color: var(--moz-text-secondary);
|
|
2037
2031
|
}
|
|
2038
|
-
.
|
|
2032
|
+
._sectionCard_75rsa_95 {
|
|
2039
2033
|
padding: 0;
|
|
2040
2034
|
width: 350px;
|
|
2041
2035
|
background-color: var(--moz-cta-content-bg);
|
|
@@ -2044,35 +2038,35 @@ hr {
|
|
|
2044
2038
|
flex-direction: column;
|
|
2045
2039
|
border-radius: 5px;
|
|
2046
2040
|
}
|
|
2047
|
-
.
|
|
2041
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 {
|
|
2048
2042
|
padding: 1.5rem;
|
|
2049
2043
|
}
|
|
2050
|
-
.
|
|
2044
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 ._cardTitle_75rsa_107 {
|
|
2051
2045
|
font-size: 18px;
|
|
2052
2046
|
color: var(--moz-text-label);
|
|
2053
2047
|
}
|
|
2054
|
-
.
|
|
2048
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 ._cardDesc_75rsa_111 {
|
|
2055
2049
|
font-size: 14px;
|
|
2056
2050
|
color: var(--moz-text-secondary);
|
|
2057
2051
|
}
|
|
2058
|
-
.
|
|
2052
|
+
._sectionCard_75rsa_95 ._cardBody_75rsa_115 {
|
|
2059
2053
|
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
2060
2054
|
color: var(--moz-text-label);
|
|
2061
2055
|
}
|
|
2062
|
-
.
|
|
2056
|
+
._sectionCard_75rsa_95 ._cardFooter_75rsa_119 {
|
|
2063
2057
|
flex-grow: 1;
|
|
2064
2058
|
display: flex;
|
|
2065
2059
|
flex-direction: column;
|
|
2066
2060
|
justify-content: flex-end;
|
|
2067
2061
|
align-items: stretch;
|
|
2068
2062
|
}
|
|
2069
|
-
.
|
|
2063
|
+
._sectionCard_75rsa_95 ._cardFooter_75rsa_119 hr {
|
|
2070
2064
|
margin: 0;
|
|
2071
2065
|
border: 0;
|
|
2072
2066
|
border-top: 1px solid var(--moz-text-secondary);
|
|
2073
2067
|
width: 100%;
|
|
2074
2068
|
}
|
|
2075
|
-
.
|
|
2069
|
+
._sectionCard_75rsa_95 ._cardFooterContent_75rsa_132 {
|
|
2076
2070
|
padding: 0.5rem;
|
|
2077
2071
|
display: flex;
|
|
2078
2072
|
justify-content: center;
|
|
@@ -2084,25 +2078,25 @@ hr {
|
|
|
2084
2078
|
color: var(--moz-text-secondary);
|
|
2085
2079
|
cursor: pointer;
|
|
2086
2080
|
}
|
|
2087
|
-
.
|
|
2081
|
+
._sectionManagement_75rsa_145 ._sectionFormRow_75rsa_145 {
|
|
2088
2082
|
display: flex;
|
|
2089
2083
|
gap: 0.75rem;
|
|
2090
2084
|
padding: 1.5rem;
|
|
2091
2085
|
justify-content: center;
|
|
2092
2086
|
align-items: center;
|
|
2093
2087
|
}
|
|
2094
|
-
.
|
|
2088
|
+
._sectionManagement_75rsa_145 ._drawerContent_75rsa_152 {
|
|
2095
2089
|
display: flex;
|
|
2096
2090
|
flex-direction: column;
|
|
2097
2091
|
height: 100%;
|
|
2098
2092
|
}
|
|
2099
|
-
.
|
|
2093
|
+
._sectionManagement_75rsa_145 ._scrollableForm_75rsa_157 {
|
|
2100
2094
|
flex: 1;
|
|
2101
2095
|
overflow-y: auto;
|
|
2102
2096
|
padding-top: 0px;
|
|
2103
2097
|
padding: 20px;
|
|
2104
2098
|
}
|
|
2105
|
-
.
|
|
2099
|
+
._sectionManagement_75rsa_145 ._fixedActions_75rsa_163 {
|
|
2106
2100
|
display: flex;
|
|
2107
2101
|
justify-content: flex-end;
|
|
2108
2102
|
gap: 10px;
|
|
@@ -31008,12 +31002,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
31008
31002
|
--state-active: gray !important;
|
|
31009
31003
|
--moz-state-active: #383868 !important;
|
|
31010
31004
|
--moz-container-padding: 0 !important;
|
|
31011
|
-
--ant-picker-bg: #2F3349 !important;
|
|
31012
|
-
--ant-picker-border-radius: 6px !important;
|
|
31013
|
-
--ant-picker-text-color: #ffffff !important;
|
|
31014
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
31015
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
31016
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
31017
31005
|
}
|
|
31018
31006
|
body {
|
|
31019
31007
|
margin: 0 !important;
|
|
@@ -31029,7 +31017,7 @@ hr {
|
|
|
31029
31017
|
border: 0;
|
|
31030
31018
|
border-top: 2px solid #42465a;
|
|
31031
31019
|
}
|
|
31032
|
-
._my-masonry-
|
|
31020
|
+
._my-masonry-grid_70uhk_42 {
|
|
31033
31021
|
display: -webkit-box;
|
|
31034
31022
|
/* Not needed if autoprefixing */
|
|
31035
31023
|
display: -ms-flexbox;
|
|
@@ -31039,16 +31027,16 @@ hr {
|
|
|
31039
31027
|
/* gutter size offset */
|
|
31040
31028
|
width: auto;
|
|
31041
31029
|
}
|
|
31042
|
-
._my-masonry-
|
|
31030
|
+
._my-masonry-grid_column_70uhk_53 {
|
|
31043
31031
|
padding-left: 40px;
|
|
31044
31032
|
/* gutter size */
|
|
31045
31033
|
background-clip: padding-box;
|
|
31046
31034
|
}
|
|
31047
|
-
._my-masonry-
|
|
31035
|
+
._my-masonry-grid_column_70uhk_53 > div {
|
|
31048
31036
|
/* change div to reference your elements you put in <Masonry> */
|
|
31049
31037
|
margin-bottom: 40px;
|
|
31050
31038
|
}
|
|
31051
|
-
.
|
|
31039
|
+
._mainConatiner_70uhk_64 {
|
|
31052
31040
|
color: var(--moz-text-primary);
|
|
31053
31041
|
height: 100vh;
|
|
31054
31042
|
max-height: 100vh;
|
|
@@ -31059,13 +31047,13 @@ hr {
|
|
|
31059
31047
|
overflow: hidden;
|
|
31060
31048
|
overflow-y: auto;
|
|
31061
31049
|
}
|
|
31062
|
-
.
|
|
31050
|
+
._mainConatiner_70uhk_64 ._header_70uhk_75 {
|
|
31063
31051
|
display: flex;
|
|
31064
31052
|
justify-content: flex-start;
|
|
31065
31053
|
align-items: center;
|
|
31066
31054
|
padding: 1.25rem;
|
|
31067
31055
|
}
|
|
31068
|
-
.
|
|
31056
|
+
._mainConatiner_70uhk_64 ._content_70uhk_81 {
|
|
31069
31057
|
display: flex;
|
|
31070
31058
|
justify-content: center;
|
|
31071
31059
|
align-items: flex-start;
|
|
@@ -31073,30 +31061,30 @@ hr {
|
|
|
31073
31061
|
padding: 1.5rem;
|
|
31074
31062
|
overflow-y: auto;
|
|
31075
31063
|
}
|
|
31076
|
-
.
|
|
31064
|
+
._textSecondary_70uhk_90 {
|
|
31077
31065
|
color: var(--moz-text-secondary);
|
|
31078
31066
|
}
|
|
31079
|
-
.
|
|
31067
|
+
._sectionCard_70uhk_94 {
|
|
31080
31068
|
padding: 0;
|
|
31081
31069
|
max-width: 400px;
|
|
31082
31070
|
background-color: var(--moz-cta-content-bg);
|
|
31083
31071
|
}
|
|
31084
|
-
.
|
|
31072
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 {
|
|
31085
31073
|
padding: 1.5rem;
|
|
31086
31074
|
}
|
|
31087
|
-
.
|
|
31075
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 ._cardTitle_70uhk_102 {
|
|
31088
31076
|
font-size: 18px;
|
|
31089
31077
|
color: var(--moz-text-label);
|
|
31090
31078
|
}
|
|
31091
|
-
.
|
|
31079
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 ._cardDesc_70uhk_106 {
|
|
31092
31080
|
font-size: 14px;
|
|
31093
31081
|
color: var(--moz-text-secondary);
|
|
31094
31082
|
}
|
|
31095
|
-
.
|
|
31083
|
+
._sectionCard_70uhk_94 ._cardBody_70uhk_110 {
|
|
31096
31084
|
padding: 1.5rem;
|
|
31097
31085
|
color: var(--moz-text-label);
|
|
31098
31086
|
}
|
|
31099
|
-
.
|
|
31087
|
+
._sectionCard_70uhk_94 ._cardFooter_70uhk_114 ._cardFooterContent_70uhk_114 {
|
|
31100
31088
|
padding: 0.5rem;
|
|
31101
31089
|
display: flex;
|
|
31102
31090
|
justify-content: center;
|
|
@@ -31107,25 +31095,25 @@ hr {
|
|
|
31107
31095
|
color: var(--moz-text-secondary);
|
|
31108
31096
|
cursor: pointer;
|
|
31109
31097
|
}
|
|
31110
|
-
.
|
|
31098
|
+
._sectionManagement_70uhk_126 ._sectionFormRow_70uhk_126 {
|
|
31111
31099
|
display: flex;
|
|
31112
31100
|
gap: 0.75rem;
|
|
31113
31101
|
padding: 1.5rem;
|
|
31114
31102
|
justify-content: center;
|
|
31115
31103
|
align-items: center;
|
|
31116
31104
|
}
|
|
31117
|
-
.
|
|
31105
|
+
._sectionManagement_70uhk_126 ._drawerContent_70uhk_133 {
|
|
31118
31106
|
display: flex;
|
|
31119
31107
|
flex-direction: column;
|
|
31120
31108
|
height: 100%;
|
|
31121
31109
|
}
|
|
31122
|
-
.
|
|
31110
|
+
._sectionManagement_70uhk_126 ._scrollableForm_70uhk_138 {
|
|
31123
31111
|
flex: 1;
|
|
31124
31112
|
overflow-y: auto;
|
|
31125
31113
|
padding-top: 0px;
|
|
31126
31114
|
padding: 20px;
|
|
31127
31115
|
}
|
|
31128
|
-
.
|
|
31116
|
+
._sectionManagement_70uhk_126 ._fixedActions_70uhk_144 {
|
|
31129
31117
|
display: flex;
|
|
31130
31118
|
justify-content: flex-end;
|
|
31131
31119
|
gap: 10px;
|
|
@@ -31133,19 +31121,19 @@ hr {
|
|
|
31133
31121
|
padding-bottom: 5px;
|
|
31134
31122
|
border-top: 1px solid var(--moz-text-tertiary);
|
|
31135
31123
|
}
|
|
31136
|
-
.
|
|
31124
|
+
._specialDatesInfoText_70uhk_153 {
|
|
31137
31125
|
color: var(--moz-text-secondary);
|
|
31138
31126
|
font-size: 14px;
|
|
31139
31127
|
padding: 5px;
|
|
31140
31128
|
padding-top: 0;
|
|
31141
31129
|
padding-bottom: 0;
|
|
31142
31130
|
}
|
|
31143
|
-
.
|
|
31131
|
+
._closeIcon_70uhk_161 {
|
|
31144
31132
|
color: var(--moz-text-primary);
|
|
31145
31133
|
cursor: "pointer";
|
|
31146
31134
|
margin-top: 20;
|
|
31147
31135
|
}
|
|
31148
|
-
.
|
|
31136
|
+
._deleteIcon_70uhk_167 {
|
|
31149
31137
|
color: var(--moz-cta-danger);
|
|
31150
31138
|
cursor: "pointer";
|
|
31151
31139
|
}._form_p8f7t_1 {
|