UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

36 lines (35 loc) 967 B
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /** @format */ @font-face { font-weight: bold; font-family: 'DINAlternate-Bold'; font-style: normal; src: url(https://cdn.dev.mosh.cn/assets/font/din_alternate_bold.ttf) format('truetype'); } .ant-basic-arrow { display: inline-block; transform: rotate(0deg); transform-origin: center center; transition: all 0.3s ease 0.1s; } .ant-basic-arrow-active { transform: rotate(90deg); } .ant-basic-arrow-inset { line-height: 0px; } .ant-basic-arrow-top { transform: rotate(-90deg); } .ant-basic-arrow-bottom { transform: rotate(90deg); } .ant-basic-arrow-top.w-basic-arrow-active { transform: rotate(90deg); } .ant-basic-arrow-bottom.w-basic-arrow-active { transform: rotate(-90deg); }