@charset "utf-8"; /* -------------------------------------------------------------- */ /* forms /* -------------------------------------------------------------- */ // ***************/ // input area // ***************/ // input[type="text"], // input[type="password"], // input[type="date"], // input[type="datetime"], // input[type="datetime-local"], // input[type="month"], // input[type="week"], // input[type="email"], // input[type="number"], // input[type="search"], // input[type="tel"], // input[type="time"], // input[type="url"], // input[type="color"], // textarea {} /** * required */ .required { color: $colorRed; }