descriptions.scss 166 B

12345678910111213
  1. .demo-block.demo-descriptions {
  2. .margin-top {
  3. margin-top: 20px;
  4. }
  5. .my-label {
  6. background: #E1F3D8;
  7. }
  8. .my-content {
  9. background: #FDE2E2;
  10. }
  11. }