Files
saasshop/public/css/admin-components.css

55 lines
992 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* SaaSShop Admin Components
* 说明:用于承接 Blade 中零散的 inline style便于后续统一美化与治理。
*/
.form-inline-row{
display:flex;
align-items:center;
gap:8px;
}
.text-danger{
color:#b42318;
}
/* 平台订单:退款状态治理区块 */
.refund-governance-block{
margin-top:12px;
border:1px dashed #fda29b;
background:#fff1f3;
}
.refund-governance-title{
margin-bottom:6px;
}
.refund-governance-meta{
margin-bottom:8px;
}
/* 平台订单:治理提示块(用于 BMPA / 同步订阅 等动作前的安全阀说明) */
.governance-block{
margin-top:10px;
width:100%;
border:1px solid #f5c2c7;
background:#fff5f5;
}
.governance-block-title{
margin:0;
}
.governance-block-body{
margin-top:6px;
font-size:12px;
line-height:1.5;
}
/* 可复用:治理提示块内的说明/脚注文本 */
.governance-block-footnote{
margin-top:6px;
font-size:12px;
line-height:1.5;
}