mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-03 02:03:30 +08:00
18 lines
305 B
Python
18 lines
305 B
Python
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.errornote {
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
display: block;
|
|
padding: 10px 12px;
|
|
margin: 0 0 10px 0;
|
|
color: #ba2121;
|
|
border: 1px solid #ba2121;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
background-position: 5px 12px;
|
|
}
|