#212121
1.InputContainer { 2 height: 35px; 3 display: flex; 4 align-items: center; 5 justify-content: center; 6 background-color: rgb(8, 8, 8); 7 overflow: hidden; 8 padding: 0px 5px 0px 15px; 9 border: 1px solid rgba(255, 255, 255, 0.322); 10 border-radius: 10px; 11 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075); 12} 13 14.input { 15 width: 170px; 16 height: 100%; 17 border: none; 18 outline: none; 19 font-size: 0.9em; 20 caret-color: rgb(255, 81, 0); 21 background-color: rgb(8, 8, 8); 22 font-weight: 600; 23 color: white; 24} 25 26.visaCard { 27 display: flex; 28 align-items: center; 29 justify-content: center; 30 position: relative; 31 width: 40px; 32 height: 25px; 33 background-color: rgb(8, 8, 8); 34 pointer-events: none; 35 border: 1px solid rgba(255, 255, 255, 0.068); 36 border-radius: 7px; 37} 38
1.2K views
1.2K views
Comments
MIT License