Showing
1 changed file
with
11 additions
and
3 deletions
@@ -29,12 +29,20 @@ | @@ -29,12 +29,20 @@ | ||
29 | } | 29 | } |
30 | 30 | ||
31 | .action { | 31 | .action { |
32 | - font-size: pxToRem(28px); | ||
33 | - line-height: pxToRem(40px); | 32 | + font-size: pxToRem(40px); |
33 | + line-height: pxToRem(60px); | ||
34 | text-align: right; | 34 | text-align: right; |
35 | + | ||
36 | + .edit, | ||
37 | + .del { | ||
38 | + display: inline-block; | ||
39 | + text-align: center; | ||
40 | + width: pxToRem(60px); | ||
41 | + height: pxToRem(60px); | ||
42 | + } | ||
35 | 43 | ||
36 | .edit { | 44 | .edit { |
37 | - margin-right: pxToRem(30px); | 45 | + padding-right: pxToRem(20px); |
38 | } | 46 | } |
39 | } | 47 | } |
40 | } | 48 | } |
-
Please register or login to post a comment