Line 80: | Line 80: | ||
} | } | ||
.details_button svg{ | .details_button svg{ | ||
+ | padding:0 !important; | ||
+ | margin:0 !important; | ||
transform: translate(4.25px,4.25px); | transform: translate(4.25px,4.25px); | ||
} | } | ||
.details_button .vertical_line{ | .details_button .vertical_line{ | ||
transition: all 0.4s ease; | transition: all 0.4s ease; | ||
+ | d:path('M27.5,12,27.5,27.5,27.5,43'); | ||
+ | |||
} | } | ||
.details_button:hover .vertical_line{ | .details_button:hover .vertical_line{ | ||
Line 102: | Line 106: | ||
.details_button:hover h5{ | .details_button:hover h5{ | ||
color: white; | color: white; | ||
+ | } | ||
+ | .details_button .horizon_line, .vertical_line { | ||
+ | fill: none; | ||
+ | stroke: #000; | ||
+ | stroke-width: 3.5px; | ||
+ | } | ||
+ | .details_button .horizon_line { | ||
+ | stroke-miterlimit: 10; | ||
+ | } | ||
+ | .details_button .vertical_line { | ||
+ | stroke-linejoin: round; | ||
} | } | ||
Revision as of 07:30, 2 September 2018