This commit is contained in:
Mirco Wittrien 2021-03-15 10:38:05 +01:00
parent 33a12664b9
commit 9b18959636
2 changed files with 13 additions and 0 deletions

View File

@ -538,6 +538,8 @@
"dateInputControls": "dateInputControls-cgfPf9",
"dateInputField": "dateInputField-2vhGP1",
"dateInputInner": "dateInputInner-ORXFwT",
"dateInputPreview": "dateInputPreview-lG5sMM",
"dateInputPreviewPrefix": "dateInputPreviewPrefix-6Fww21",
"dateInputWrapper": "dateInputWrapper-6tQOYp",
"dev": "dev-A7f2Rx",
"favButtonContainer": "favbutton-8Fzu45",
@ -1738,6 +1740,8 @@
"dateinputcontrols": ["BDFDB", "dateInputControls"],
"dateinputfield": ["BDFDB", "dateInputField"],
"dateinputinner": ["BDFDB", "dateInputInner"],
"dateinputpreview": ["BDFDB", "dateInputPreview"],
"dateinputpreviewprefix": ["BDFDB", "dateInputPreviewPrefix"],
"dateinputwrapper": ["BDFDB", "dateInputWrapper"],
"defaultcolor": ["Text", "defaultColor"],
"description": ["FormText", "description"],

View File

@ -654,6 +654,7 @@ img:not([src]), img[src=""], img[src="null"] {
}
[REPLACE_CLASS_dateinputinner] {
flex: 1 1 auto;
color: rgb(--header-primary);
max-width: calc(100% - 150px);
}
[REPLACE_CLASS_dateinputcontrols] {
@ -661,6 +662,14 @@ img:not([src]), img[src=""], img[src="null"] {
align-items: center;
margin-bottom: 8px;
}
[REPLACE_CLASS_dateinputpreview] {
color: rgb(--header-primary);
font-weight: 500;
}
[REPLACE_CLASS_dateinputpreviewprefix] {
margin-right: 6px;
font-weight: 600;
}
[REPLACE_CLASS_dateinputfield] {
flex: 1 1 auto;
}