my-button.css
Same filename in this branch
Same filename and directory in other branches
button.component--my-button { margin: 0; box-shadow: 1px 1px 2px #000c; } button.component--my-button svg { width: 30px; height: 30px; padding-left: 5px; vertical-align: bottom; fill: white; } button.component--my-button:focus svg, button.component--my-button:hover svg { fill: black; }
File
-
core/
modules/ system/ tests/ modules/ sdc_test/ components/ my-button/ my-button.css
View source
- button.component--my-button {
- margin: 0;
- box-shadow: 1px 1px 2px #000c;
- }
- button.component--my-button svg {
- width: 30px;
- height: 30px;
- padding-left: 5px;
- vertical-align: bottom;
- fill: white;
- }
- button.component--my-button:focus svg,
- button.component--my-button:hover svg {
- fill: black;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.