Created
April 12, 2012 15:03
-
-
Save Ahrengot/2367962 to your computer and use it in GitHub Desktop.
FORM STYLES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************** | |
FORM STYLES | |
******************************************************************/ | |
/* line 1208, ../sass/_default.scss */ | |
form { | |
margin-bottom: 15px; | |
margin-top: -10px; } | |
/* line 1212, ../sass/_default.scss */ | |
form input[type=email] { | |
width: 252px; | |
padding: 12px 14px; | |
color: #8d8d8d; | |
border: thin solid #cacaca; | |
outline: none; | |
font: normal 14px/1 "GeogrotesqueLight", sans-serif; | |
-webkit-border-radius: 3px; | |
-moz-border-radius: 3px; | |
-ms-border-radius: 3px; | |
-o-border-radius: 3px; | |
border-radius: 3px; | |
-webkit-transition: all 0.2s ease-out; | |
-moz-transition: all 0.2s ease-out; | |
-ms-transition: all 0.2s ease-out; | |
-o-transition: all 0.2s ease-out; | |
transition: all 0.2s ease-out; } | |
/* line 1222, ../sass/_default.scss */ | |
form input[type=email]:focus { | |
color: #333; | |
border-color: #888; | |
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); | |
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); | |
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); } | |
/* line 1229, ../sass/_default.scss */ | |
form button[type=submit] { | |
margin-top: 13px; | |
margin-left: 0; | |
padding: 8px 37px 8px 25px; | |
outline: none; | |
border: none; | |
font: normal 14px/1 "GeogrotesqueMedium", sans-serif; | |
text-transform: uppercase; } | |
/* line 1239, ../sass/_default.scss */ | |
form button[type=submit]:before { | |
width: 112.2px; | |
height: 6px; | |
bottom: -6px; | |
background-size: 112.2px; | |
opacity: 0.38; } | |
/* line 1247, ../sass/_default.scss */ | |
form button[type=submit]:after { | |
top: 53%; } | |
/* line 1248, ../sass/_default.scss */ | |
form button[type=submit]:hover:after { | |
right: 14px; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment