
+++ client/resources/img/component/common/ico_double_gray.svg
... | ... | @@ -0,0 +1,14 @@ |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
3 | +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" | |
4 | + y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> | |
5 | +<style type="text/css"> | |
6 | + .st0{fill:none;stroke:#555555;stroke-linecap:round;} | |
7 | + .st1{display:none;fill:#FF0000;} | |
8 | +</style> | |
9 | +<g> | |
10 | + <path class="st0" d="M7.6,11.4l4.1-3.8L7.6,3.9"/> | |
11 | + <path class="st0" d="M3.9,11.6L8,7.8L3.9,4.1"/> | |
12 | +</g> | |
13 | +<rect x="0" class="st1" width="16" height="16"/> | |
14 | +</svg> |
--- client/resources/scss/common/component/_pagination.scss
+++ client/resources/scss/common/component/_pagination.scss
... | ... | @@ -26,6 +26,19 @@ |
26 | 26 |
background-repeat: no-repeat; |
27 | 27 |
background-position: center; |
28 | 28 |
} |
29 |
+ |
|
30 |
+ &.first-page{ |
|
31 |
+ background-image: url(#{$url}/component/common/ico_double_gray.svg); |
|
32 |
+ background-repeat: no-repeat; |
|
33 |
+ background-position: center; |
|
34 |
+ transform: scaleX(-1); |
|
35 |
+ } |
|
36 |
+ |
|
37 |
+ &.end-page{ |
|
38 |
+ background-image: url(#{$url}/component/common/ico_double_gray.svg); |
|
39 |
+ background-repeat: no-repeat; |
|
40 |
+ background-position: center; |
|
41 |
+ } |
|
29 | 42 |
} |
30 | 43 |
|
31 | 44 |
}(파일 끝에 줄바꿈 문자 없음) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?