Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created September 28, 2020 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/f9d73ef857716fea6cb01c43040488cd to your computer and use it in GitHub Desktop.
Save BMU-Verlag/f9d73ef857716fea6cb01c43040488cd to your computer and use it in GitHub Desktop.
.counter__container {
background-color: #F0F0F0;
min-width: 100px;
margin-bottom: 20px;
.counter__container-inner {
padding: 20px;
text-align: center;
.button-group {
display: flex;
justify-content: center;
button {
width: 40px;
height: 40px;
background-color: #FFC300;
color: #fff;
font-weight: bold;
font-size: 22px;
border-style: none;
cursor: pointer;
margin-right: 20px;
}
button:last-child {
margin: 0px;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment