Skip to content

Instantly share code, notes, and snippets.

@wesleyalmd
Created December 22, 2020 16:31
Show Gist options
  • Save wesleyalmd/ded73ccc0b183ff47300b11e193808cd to your computer and use it in GitHub Desktop.
Save wesleyalmd/ded73ccc0b183ff47300b11e193808cd to your computer and use it in GitHub Desktop.
input-addon.css
.input-addon {
background-color: #eee;
height: 30px;
padding: 0px 10px;
display: inline-flex;
position: relative;
top: -1px;
align-items: center;
justify-content: center;
border: 1px solid #cacaca;
margin-right: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment