UNPKG

gsy-component-library

Version:
31 lines (29 loc) 1.01 kB
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700"); /* VERBUND THEME */ .textInput__input { display: block; width: 100%; border: 0; font-size: 12px; padding: 5px 15px; } .theme-d3a .textInput__input { background: #1d5064; color: #fff; } .theme-verbund .textInput__input { background: #1d5064; color: #fff; } .textInput__input:disabled { background: none; text-transform: uppercase; } .theme-d3a .textInput__input::placeholder { color: #8daebc; } .theme-verbund .textInput__input::placeholder { color: #A8A8A8; } .theme-d3a .textInput__input:focus, .theme-d3a .textInput__input:hover { box-shadow: 5px 5px 0 0 rgba(9, 21, 25, 0.25); } .theme-verbund .textInput__input:focus, .theme-verbund .textInput__input:hover { box-shadow: 5px 5px 0 0 rgba(9, 21, 25, 0.25); } .textInput--medium .textInput__input { padding: 14px; font-size: 14px; }