류윤주 류윤주 04-09
250409 류윤주 수정
@b1b42d3e9f97fd858f716dd930ea065211b22bd9
 
client/resources/img/component/common/ico_double_gray.svg (added)
+++ client/resources/img/component/common/ico_double_gray.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
+	 y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:none;stroke:#555555;stroke-linecap:round;}
+	.st1{display:none;fill:#FF0000;}
+</style>
+<g>
+	<path class="st0" d="M7.6,11.4l4.1-3.8L7.6,3.9"/>
+	<path class="st0" d="M3.9,11.6L8,7.8L3.9,4.1"/>
+</g>
+<rect x="0" class="st1" width="16" height="16"/>
+</svg>
client/resources/scss/common/component/_pagination.scss
--- client/resources/scss/common/component/_pagination.scss
+++ client/resources/scss/common/component/_pagination.scss
@@ -26,6 +26,19 @@
             background-repeat: no-repeat;
             background-position: center;
         }
+
+        &.first-page{
+            background-image: url(#{$url}/component/common/ico_double_gray.svg);
+            background-repeat: no-repeat;
+            background-position: center;
+            transform: scaleX(-1); 
+        }
+
+        &.end-page{
+            background-image: url(#{$url}/component/common/ico_double_gray.svg);
+           background-repeat: no-repeat;
+            background-position: center;
+        }
     }
     
 }
(파일 끝에 줄바꿈 문자 없음)
Add a comment
List