Skip to content

Instantly share code, notes, and snippets.

@ivanauchynnikau
Created July 26, 2016 14:21
Show Gist options
  • Select an option

  • Save ivanauchynnikau/9f1f4cc0b8cd18de6f452287d5fa7dde to your computer and use it in GitHub Desktop.

Select an option

Save ivanauchynnikau/9f1f4cc0b8cd18de6f452287d5fa7dde to your computer and use it in GitHub Desktop.
close cross styles
&__close
position: absolute;
top: 26px;
right: 23px;
width: 38px;
height: 38px;
&:before
transform: rotate(45deg);
&:after
transform: rotate(-45deg);
&:before
&:after
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 1px;
background: #b7d8d9;
width: 38px;
transition: background-color 0.2s ease-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment