chore: init saasshop repo + sql migrations runner + gitee go
This commit is contained in:
14
public/css/admin-components.css
Normal file
14
public/css/admin-components.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SaaSShop Admin Components
|
||||
* 说明:用于承接 Blade 中零散的 inline style,便于后续统一美化与治理。
|
||||
*/
|
||||
|
||||
.form-inline-row{
|
||||
display:flex;
|
||||
align-items:center;
|
||||
gap:8px;
|
||||
}
|
||||
|
||||
.text-danger{
|
||||
color:#b42318;
|
||||
}
|
||||
Reference in New Issue
Block a user