Skip to content

Instantly share code, notes, and snippets.

@victors1681
Created December 11, 2018 03:14
Show Gist options
  • Save victors1681/17b4d37da8404e8c979af366e35cffc4 to your computer and use it in GitHub Desktop.
Save victors1681/17b4d37da8404e8c979af366e35cffc4 to your computer and use it in GitHub Desktop.
.login {
&-wrapper {
display: flex;
flex-flow: column;
margin: 20px;
padding: 20px;
box-shadow: 3px 2px 45px #aaaaaa36;
width: 300px;
border-radius: 5px;
input {
width: 300px;
height: 40px;
padding: 10px;
margin-bottom: 10px;
}
button {
height: 50px;
width: 300px;
color: white;
background: #03a9f4;
transition: background 0.2s ease-in-out;
&:hover {
background: #1282b5;
}
}
}
&-header {
color: blue;
font-weight: 400;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment