stuff
This commit is contained in:
parent
0f13f4a1e4
commit
6e7c5439a9
|
@ -533,6 +533,11 @@
|
|||
"colorPickerSwatchSingle": "single-Fbb1wB",
|
||||
"colorPickerSwatchSingleWrapper": "swatch-7FsRaa",
|
||||
"confirmModal": "confirmModal-t-WDWJ",
|
||||
"dateInputButton": "dateInputButton-jTGUJg",
|
||||
"dateInputControls": "dateInputControls-cgfPf9",
|
||||
"dateInputField": "dateInputField-2vhGP1",
|
||||
"dateInputInner": "dateInputInner-ORXFwT",
|
||||
"dateInputWrapper": "dateInputWrapper-6tQOYp",
|
||||
"dev": "dev-A7f2Rx",
|
||||
"favButtonContainer": "favbutton-8Fzu45",
|
||||
"guild": "guild-r3yAE_",
|
||||
|
@ -1728,6 +1733,11 @@
|
|||
"customstatusitemcustomwithemoji": ["CustomStatusPopout", "customStatusWithEmoji"],
|
||||
"customstatusitememoji": ["CustomStatusPopout", "customEmoji"],
|
||||
"customstatusmodal": ["CustomStatusModal", "modalRoot"],
|
||||
"dateinputbutton": ["BDFDB", "dateInputButton"],
|
||||
"dateinputcontrols": ["BDFDB", "dateInputControls"],
|
||||
"dateinputfield": ["BDFDB", "dateInputField"],
|
||||
"dateinputinner": ["BDFDB", "dateInputInner"],
|
||||
"dateinputwrapper": ["BDFDB", "dateInputWrapper"],
|
||||
"defaultcolor": ["Text", "defaultColor"],
|
||||
"description": ["FormText", "description"],
|
||||
"directiondown": ["IconDirection", "directionDown"],
|
||||
|
|
|
@ -647,6 +647,27 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
margin-left: 6px;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_dateinputwrapper] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
[REPLACE_CLASS_dateinputinner] {
|
||||
flex: 1 1 auto;
|
||||
max-width: calc(100% - 150px);
|
||||
}
|
||||
[REPLACE_CLASS_dateinputcontrols] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
[REPLACE_CLASS_dateinputfield] {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
[REPLACE_CLASS_dateinputbutton] {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_inputnumberwrapper] {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue