[improvement] add padding variables (#3911)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
&__head {
|
||||
position: relative;
|
||||
min-width: @coupon-head-width;
|
||||
padding-right: 10px;
|
||||
padding-right: @padding-xs;
|
||||
|
||||
p {
|
||||
white-space: pre-wrap;
|
||||
@@ -73,8 +73,8 @@
|
||||
|
||||
&__corner {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 15px;
|
||||
top: @padding-md;
|
||||
right: @padding-md;
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
||||
Reference in New Issue
Block a user