diff options
| author | Umang Galaiya <umang.galaiya@razorpay.com> | 2018-06-09 21:06:50 +0530 |
|---|---|---|
| committer | Umang Galaiya <umang.galaiya@razorpay.com> | 2018-06-09 21:06:50 +0530 |
| commit | 4010f12cb2b4508118fa3b8bdb81cf9f23ee598b (patch) | |
| tree | 274606a100a0f3ccc421229b600ea852b3675426 /css | |
| parent | c78a8877ae1d197e2bb6cdcac28a825898d357c8 (diff) | |
Updates button style and the position for duplicate redirect.
Diffstat (limited to 'css')
| -rw-r--r-- | css/redirector.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/redirector.css b/css/redirector.css index c149787..26f9c1a 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -81,6 +81,10 @@ input[type="radio"] { text-decoration: none; } +.btn.padded { + padding-left: 12px; + padding-right: 12px; +} .btn.grey { color:#333; |
