master
candice 4 years ago
parent b483f3e612
commit dff06c9e89

@ -1749,15 +1749,18 @@ input.dateicon {font-size: 16px;
.menu__link[data-submenu]::after {
content: "";
position: absolute;
right: 0;
padding: 0px 15px;
color: #999;
width: 0px;
height: 0px;
border-left: solid 14px;
border-bottom: solid 8px transparent;
border-top: solid 8px transparent;
margin-top: 10px;
width: 10px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 3px solid white;
border-right: 3px solid white;
float: right;
top: 10px;
right: 5px;
transform: rotate(
45deg
);
}
.menu__link:hover,
.menu__link:focus,

Loading…
Cancel
Save