my-cta.css

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.css
.component--my-cta {
  margin: 0;
  padding: 1em 2em;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #008068;
}

File

core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.css

View source
  1. .component--my-cta {
  2. margin: 0;
  3. padding: 1em 2em;
  4. text-decoration: none;
  5. text-transform: uppercase;
  6. color: white;
  7. background-color: #008068;
  8. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.