1+ @import " _variables.scss" ;
2+
13/* *
24 * 1. General
35 * ----------------------------------------------------------------------------
@@ -167,89 +169,6 @@ th {
167169 font-weight : bold ;
168170}
169171
170- /* Form fields */
171- input ,
172- textarea {
173- background : #fff ;
174- border : 1px solid $black ;
175- border-radius : 0 ;
176- box-shadow : none ;
177- box-sizing : border-box ;
178- color : $gray-darkest ;
179- font-size : 16px ;
180- line-height : 1.5 ;
181- margin : 10px 0 0 0 ;
182- max-width : 100% ;
183- padding : 8px 10px ;
184- vertical-align : baseline ;
185- }
186-
187- input [type = " text" ],
188- textarea {
189- display : block ;
190- width : 100% ;
191- }
192-
193- input [type = " text" ]:focus ,
194- textarea :focus {
195- outline : 0 ;
196- }
197-
198- button ,
199- input [type = " submit" ],
200- input [type = " button" ],
201- a .button {
202- -moz-appearance : none ;
203- -webkit-appearance : none ;
204- background : $gray-darkest ;
205- border : 1px solid $gray-lighter ;
206- box-sizing : border-box ;
207- color : $body-text-color ;
208- display : inline-block ;
209- font-size : 12px ;
210- letter-spacing : 1px ;
211- line-height : 1.5 ;
212- padding : 10px 30px ;
213- text-decoration : none ;
214- text-transform : uppercase ;
215- -webkit-transition : .3s ease ;
216- transition : .3s ease ;
217- }
218-
219- button :hover ,
220- button :focus ,
221- button :active ,
222- input [type = " submit" ]:hover ,
223- input [type = " submit" ]:focus ,
224- input [type = " submit" ]:active ,
225- input [type = " button" ]:hover ,
226- input [type = " button" ]:focus ,
227- input [type = " button" ]:active ,
228- a .button :hover ,
229- a .button :focus {
230- background : $gray-lighter ;
231- color : $black ;
232- outline : 0 ;
233- }
234-
235- /* Placeholder text color */
236- ::-webkit-input-placeholder {
237- color : $gray ;
238- }
239-
240- :-moz-placeholder {
241- color : $gray ;
242- }
243-
244- ::-moz-placeholder {
245- color : $gray ;
246- opacity : 1 ;
247- }
248-
249- :-ms-input-placeholder {
250- color : $gray ;
251- }
252-
253172/* Videos, audios and embeds */
254173embed ,
255174iframe ,
@@ -273,7 +192,7 @@ img {
273192 max-width : 100% ;
274193}
275194
276- img [src *= " #light-border" ] {
195+ .light-border , img [src *= " #light-border" ] {
277196 border : 1px solid $gray ;
278197}
279198
0 commit comments