mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-15 02:25:28 +08:00
* fix(docz-core): reduce from plugins arguments * feat(docz-plugin-css): add initial version of plugin * chore(docz-plugin-css): add some examples
23 lines
239 B
SCSS
23 lines
239 B
SCSS
.alert {
|
|
padding: 15px 20px;
|
|
background: white;
|
|
border-radius: 3px;
|
|
color: white;
|
|
}
|
|
|
|
.info {
|
|
background: #5352ED;
|
|
}
|
|
|
|
.positive {
|
|
background: #2ED573;
|
|
}
|
|
|
|
.negative {
|
|
background: #FF4757;
|
|
}
|
|
|
|
.warning {
|
|
background: #FFA502;
|
|
}
|