156 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			156 lines
		
	
	
		
			3.2 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
 | |
|  -------------------------- */
 | |
| ._container_1bp01_123 > * {
 | |
|   margin-bottom: var(--spacing-2xl);
 | |
| }
 | |
| ._syncTable_1bp01_127 {
 | |
|   margin-bottom: var(--spacing-2xl);
 | |
| }
 | |
| ._header_1bp01_131 {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   white-space: nowrap;
 | |
| }
 | |
| ._header_1bp01_131 *:first-child {
 | |
|   flex-grow: 1;
 | |
| }
 | |
| ._enableFeatureContainer_1bp01_140 {
 | |
|   margin-bottom: var(--spacing-1xl);
 | |
| }
 | |
| ._enableFeatureContainer_1bp01_140 > span {
 | |
|   font-size: var(--font-size-s);
 | |
|   font-weight: var(--font-weight-bold);
 | |
|   padding: 0;
 | |
| }
 | |
| ._enableFeatureContainer_1bp01_140 > * {
 | |
|   padding: 0.5em;
 | |
| }
 | |
| ._sectionHeader_1bp01_152 {
 | |
|   margin-bottom: var(--spacing-s);
 | |
| }
 | |
| ._settingsForm_1bp01_156 .form-text {
 | |
|   margin-top: var(--spacing-xl);
 | |
| }
 | |
| ._docsInfoTip_1bp01_160, ._docsInfoTip_1bp01_160 > div {
 | |
|   margin-bottom: var(--spacing-xl);
 | |
| } |