Birth dates
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
c13b36fed3
commit
5e76b5afca
7 changed files with 44 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -22,7 +22,8 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
&__join-date {
|
||||
&__join-date,
|
||||
&__birth-date {
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
color: var(--primary-text-color--faint);
|
||||
|
|
|
@ -634,6 +634,43 @@ code {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.datepicker {
|
||||
padding: 0;
|
||||
margin-bottom: 8px;
|
||||
|
||||
&__hint {
|
||||
padding-bottom: 0;
|
||||
color: var(--primary-text-color);
|
||||
font-size: 14px;
|
||||
font-style: unset;
|
||||
}
|
||||
|
||||
.react-datepicker {
|
||||
&__navigation {
|
||||
display: flex;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
line-height: 24px;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__input-container {
|
||||
border: 1px solid var(--highlight-text-color);
|
||||
|
||||
input {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-icon {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"@sentry/browser": "^6.12.0",
|
||||
"@sentry/react": "^6.12.0",
|
||||
"@sentry/tracing": "^6.12.0",
|
||||
"@tabler/icons": "^1.41.2",
|
||||
"@tabler/icons": "^1.53.0",
|
||||
"array-includes": "^3.0.3",
|
||||
"autoprefixer": "^10.0.0",
|
||||
"axios": "^0.21.4",
|
||||
|
|
|
@ -1519,10 +1519,10 @@
|
|||
remark "^13.0.0"
|
||||
unist-util-find-all-after "^3.0.2"
|
||||
|
||||
"@tabler/icons@^1.41.2":
|
||||
version "1.41.2"
|
||||
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.41.2.tgz#effccbb261539b68609cc7dc660a058683170ee1"
|
||||
integrity sha512-X6cQmMC24hiwg0p2BzasvU3IeCCdOk0f/9d6gNNtJM4lzG2TCloTns1bVvU5MAFkITGukxUqjPFE3Ecd6kGsfw==
|
||||
"@tabler/icons@^1.53.0":
|
||||
version "1.53.0"
|
||||
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.53.0.tgz#51536e01b343cfaf26b701df306b2c0369769e3c"
|
||||
integrity sha512-Skk1BqXEOEhiRsXJgZBYtjFa/+4dMSFA5UyzTUW20oyyUSd3iizhEWrYt0jT87iFu771gWoqVV2/OGobBcGjgQ==
|
||||
|
||||
"@tootallnate/once@1":
|
||||
version "1.1.2"
|
||||
|
|
Loading…
Reference in a new issue