github.com/secoba/wails/v2@v2.6.4/pkg/templates/generate/assets/vanilla/frontend/src/app.css (about) 1 #logo { 2 display: block; 3 width: 50%; 4 height: 50%; 5 margin: auto; 6 padding: 10% 0 0; 7 background-position: center; 8 background-repeat: no-repeat; 9 background-size: 100% 100%; 10 background-origin: content-box; 11 } 12 13 .result { 14 height: 20px; 15 line-height: 20px; 16 margin: 1.5rem auto; 17 } 18 19 .input-box .btn { 20 width: 60px; 21 height: 30px; 22 line-height: 30px; 23 border-radius: 3px; 24 border: none; 25 margin: 0 0 0 20px; 26 padding: 0 8px; 27 cursor: pointer; 28 } 29 30 .input-box .btn:hover { 31 background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); 32 color: #333333; 33 } 34 35 .input-box .input { 36 border: none; 37 border-radius: 3px; 38 outline: none; 39 height: 30px; 40 line-height: 30px; 41 padding: 0 10px; 42 background-color: rgba(240, 240, 240, 1); 43 -webkit-font-smoothing: antialiased; 44 } 45 46 .input-box .input:hover { 47 border: none; 48 background-color: rgba(255, 255, 255, 1); 49 } 50 51 .input-box .input:focus { 52 border: none; 53 background-color: rgba(255, 255, 255, 1); 54 }