UNPKG

chowa

Version:

UI component library based on React

48 lines (43 loc) 966 B
/** * @license chowa v1.1.3 * * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn). * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .cw-pop-confirm { width: 240px; padding: 14px 8px 8px 8px; margin: 0; box-sizing: border-box; } .cw-pop-confirm-content { margin: 0; padding: 0; box-sizing: border-box; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; line-height: 16px; } .cw-pop-confirm-icon { box-sizing: border-box; margin: 0; padding: 0; font-size: 16px; color: #faad14; width: 16px; height: 16px; } .cw-pop-confirm-title { font-size: 12px; color: #616a6e; margin: 0 0 0 6px; padding: 0; box-sizing: border-box; } .cw-pop-confirm-btns { box-sizing: border-box; margin: 0; padding: 12px 0 0 0; display: flex; align-items: center; justify-content: flex-end; }