Created
September 25, 2019 20:28
-
-
Save vertcitron/e7df77958c05d129d3a7596dde9128cf to your computer and use it in GitHub Desktop.
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[type=text] | |
padding: 0.5rem 0.5rem 0.25rem | |
border: none | |
border-top-left-radius: 0.33rem | |
border-top-right-radius: 0.33rem | |
border-bottom: 1px solid #333355 | |
background-color: inherit | |
width: 100% | |
font-size: 1rem | |
&:focus | |
outline: none | |
background-color: white | |
&::placeholder | |
color: #bbbbbb | |
font-size: 0.9rem | |
font-style: italic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment