mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
13 lines
232 B
SCSS
13 lines
232 B
SCSS
.mind-popup-notice {
|
|
padding: 10px;
|
|
border-radius: 6px;
|
|
border: 1px solid #bebebe;
|
|
background-color: #f4f4f4;
|
|
color: #434343;
|
|
}
|
|
|
|
.mind-popup-notice-error {
|
|
background-color: #fff5f5;
|
|
border-color: #eaacac;
|
|
color: #7c3939;
|
|
}
|