|
@@ -101,19 +101,19 @@
|
101
|
101
|
box-sizing: border-box;
|
102
|
102
|
color: #000;
|
103
|
103
|
border: 1px solid #DDE2E6;
|
104
|
|
- border-radius: 2px;
|
|
104
|
+ border-radius: 20px;
|
105
|
105
|
transition: all 0.3s ease-in-out;
|
106
|
106
|
}
|
107
|
107
|
.prev {
|
108
|
108
|
margin-right: 15px;
|
109
|
109
|
border: 1px solid #000000;
|
110
|
|
- border-radius: 4px;
|
|
110
|
+ border-radius: 20px;
|
111
|
111
|
transform: rotate(-90deg);
|
112
|
112
|
font-size: 20px;
|
113
|
113
|
}
|
114
|
114
|
.next {
|
115
|
115
|
margin-left: 15px;
|
116
|
|
- border-radius: 4px;
|
|
116
|
+ border-radius: 20px;
|
117
|
117
|
border: 1px solid #000000;
|
118
|
118
|
transform: rotate(90deg);
|
119
|
119
|
font-size: 20px;
|