form-textarea.pcss.css
Same filename in other branches
Textarea.
File
-
core/
themes/ olivero/ css/ components/ form-textarea.pcss.css
View source
- /**
- * @file
- * Textarea.
- */
-
- @import "../base/variables.pcss.css";
-
- textarea {
- display: block;
- width: 100%;
- min-height: var(--sp8);
- padding: var(--sp);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.