stuff
This commit is contained in:
parent
33a12664b9
commit
9b18959636
|
@ -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"],
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue