Created
December 22, 2020 16:31
-
-
Save wesleyalmd/ded73ccc0b183ff47300b11e193808cd to your computer and use it in GitHub Desktop.
input-addon.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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