143 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			143 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
 | |
|  -------------------------- */
 | |
| ._nodeButtonsWrapper_6t1f1_123 {
 | |
|   position: absolute;
 | |
|   top: 0;
 | |
|   right: 0;
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
|   gap: var(--spacing-2xs);
 | |
|   padding: var(--spacing-s);
 | |
|   pointer-events: all !important;
 | |
| }
 | |
| ._icon_6t1f1_134 {
 | |
|   display: inline-flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
| }
 | |
| ._icon_6t1f1_134 svg {
 | |
|   display: block;
 | |
| }
 | |
| ._activeButton_6t1f1_143 {
 | |
|   background-color: var(--button-hover-background-color) !important;
 | |
| } |