mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1540,6 +1540,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
.joe_alert {
|
||||
padding: 12px;
|
||||
border-radius: var(--radius-inner);
|
||||
line-height: 26px;
|
||||
&.info {
|
||||
border: 1px solid #abdcff;
|
||||
}
|
||||
&.success {
|
||||
border: 1px solid #8ce6b0;
|
||||
}
|
||||
&.warning {
|
||||
border: 1px solid #ffd77a;
|
||||
}
|
||||
&.error {
|
||||
border: 1px solid #ffb08f;
|
||||
}
|
||||
*:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
.joe_gird {
|
||||
display: grid;
|
||||
&__item {
|
||||
|
||||
Reference in New Issue
Block a user