mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
--- class: css --- # icon-definition This CSS component is deprecated, please use `%horizontal-kv-list` instead (which this component uses) ```hbs preview-template <dl class="lock-delay" > <dt {{tooltip}} > Lock Delay </dt> <dd>10ms</dd> </dl> <dl> <dt> Scope </dt> <dd>local</dd> </dl> ``` ```css dl { @extend %icon-definition; } .lock-delay dt::before { @extend %with-delay-mask, %as-pseudo; } ```