@b-design/ui-console-menu
Version:
React component for Alibaba Cloud.
10 lines (9 loc) • 618 B
JavaScript
import styled from 'styled-components';
import { vars } from '../theme';
/**
* @public
*/
var Header = styled.h2.withConfig({
componentId: "sc-v09h1-0"
})(["&&{position:relative;font-size:20px;font-weight:600;color:", ";margin:8px 16px;display:flex;justify-content:space-between;.header-select{margin-left:16px;}.trigger-wrap{width:16px;height:16px;line-height:16px;cursor:pointer;&:hover{background:#d6d6d6;.trigger-icon{color:#262626;}}}.trigger-icon{cursor:pointer;color:#757575;}.icon-up{color:#262626;}.drop-menu{min-width:100%;}}"], vars['--console-menu-header-color'].consumeStyled);
export default Header;