typo
This commit is contained in:
parent
d88499bfad
commit
a15a0065cf
@ -7,13 +7,13 @@
|
|||||||
resize: none;
|
resize: none;
|
||||||
height: auto;
|
height: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Inter";
|
font-family: "Inter", sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
|
||||||
&:read-only{
|
&:read-only {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: "Inter";
|
font-family: "Inter", sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -62,7 +62,7 @@ a:hover {
|
|||||||
|
|
||||||
.react-select__menu-notice {
|
.react-select__menu-notice {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: Inter, sans-serif;
|
font-family: "Inter", sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Toastify__toast-body {
|
.Toastify__toast-body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user