mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
14 lines
166 B
SCSS
14 lines
166 B
SCSS
.demo-block.demo-descriptions {
|
|
.margin-top {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.my-label {
|
|
background: #E1F3D8;
|
|
}
|
|
|
|
.my-content {
|
|
background: #FDE2E2;
|
|
}
|
|
}
|