mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
✨ New static-value control
This commit is contained in:
parent
b865ae82c7
commit
857da5e989
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@import './settings/controls';
|
||||
@import './settings/input';
|
||||
@import './settings/setting-rows';
|
||||
@import './settings/tab-styling';
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.ppcp--static-value {
|
||||
@include font(13, 26, 400);
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue