139 lines
2.9 KiB
CSS
Executable File
139 lines
2.9 KiB
CSS
Executable File
/* BEM support Func
|
|
-------------------------- */
|
|
/* Transition
|
|
-------------------------- */
|
|
/* Color
|
|
-------------------------- */
|
|
/* Link
|
|
-------------------------- */
|
|
/* Border
|
|
-------------------------- */
|
|
/* Outline
|
|
-------------------------- */
|
|
/* Box shadow
|
|
-------------------------- */
|
|
/* Fill
|
|
-------------------------- */
|
|
/* Typography
|
|
-------------------------- */
|
|
/* z-index
|
|
-------------------------- */
|
|
/* Disable base
|
|
-------------------------- */
|
|
/* Icon
|
|
-------------------------- */
|
|
/* Checkbox
|
|
-------------------------- */
|
|
/* Radio
|
|
-------------------------- */
|
|
/* Select
|
|
-------------------------- */
|
|
/* Alert
|
|
-------------------------- */
|
|
/* MessageBox
|
|
-------------------------- */
|
|
/* Message
|
|
-------------------------- */
|
|
/* Notification
|
|
-------------------------- */
|
|
/* Input
|
|
-------------------------- */
|
|
/* Cascader
|
|
-------------------------- */
|
|
/* Group
|
|
-------------------------- */
|
|
/* Tab
|
|
-------------------------- */
|
|
/* Button
|
|
-------------------------- */
|
|
/* cascader
|
|
-------------------------- */
|
|
/* Switch
|
|
-------------------------- */
|
|
/* Dialog
|
|
-------------------------- */
|
|
/* Table
|
|
-------------------------- */
|
|
/* Pagination
|
|
-------------------------- */
|
|
/* Popup
|
|
-------------------------- */
|
|
/* Popover
|
|
-------------------------- */
|
|
/* Tooltip
|
|
-------------------------- */
|
|
/* Tag
|
|
-------------------------- */
|
|
/* Tree
|
|
-------------------------- */
|
|
/* Dropdown
|
|
-------------------------- */
|
|
/* Badge
|
|
-------------------------- */
|
|
/* Card
|
|
--------------------------*/
|
|
/* Slider
|
|
--------------------------*/
|
|
/* Steps
|
|
--------------------------*/
|
|
/* Menu
|
|
--------------------------*/
|
|
/* Rate
|
|
--------------------------*/
|
|
/* DatePicker
|
|
--------------------------*/
|
|
/* Loading
|
|
--------------------------*/
|
|
/* Scrollbar
|
|
--------------------------*/
|
|
/* Carousel
|
|
--------------------------*/
|
|
/* Collapse
|
|
--------------------------*/
|
|
/* Transfer
|
|
--------------------------*/
|
|
/* Header
|
|
--------------------------*/
|
|
/* Footer
|
|
--------------------------*/
|
|
/* Main
|
|
--------------------------*/
|
|
/* Timeline
|
|
--------------------------*/
|
|
/* Backtop
|
|
--------------------------*/
|
|
/* Link
|
|
--------------------------*/
|
|
/* Calendar
|
|
--------------------------*/
|
|
/* Form
|
|
-------------------------- */
|
|
/* Avatar
|
|
--------------------------*/
|
|
/* Break-point
|
|
--------------------------*/
|
|
/* Break-points
|
|
-------------------------- */
|
|
/* Scrollbar
|
|
-------------------------- */
|
|
/* Placeholder
|
|
-------------------------- */
|
|
/* BEM
|
|
-------------------------- */
|
|
._selectionOptions_7ou6i_123 {
|
|
display: flex;
|
|
align-items: center;
|
|
position: absolute;
|
|
padding: var(--spacing-2xs);
|
|
z-index: 2;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: var(--spacing-3xl);
|
|
background: var(--execution-selector-background);
|
|
border-radius: var(--border-radius-base);
|
|
color: var(--execution-selector-text);
|
|
font-size: var(--font-size-2xs);
|
|
}
|
|
._selectionOptions_7ou6i_123 button {
|
|
margin-left: var(--spacing-2xs);
|
|
} |