Skip to content

Instantly share code, notes, and snippets.

@jaeko44
Last active April 15, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaeko44/4faef8ea20d06a01cd092a72804a7051 to your computer and use it in GitHub Desktop.
Save jaeko44/4faef8ea20d06a01cd092a72804a7051 to your computer and use it in GitHub Desktop.
.form label {
display: block;
}
.meta {
font-size: 18px;
display: block;
line-height: 1.8em;
color: #acacac;
margin-bottom: .675em;
letter-spacing: .1em;
text-transform: uppercase;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
background-color: #fafafa;
border: 1px solid #eee;
border-bottom: 3px solid #c90001;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
padding: .675em;
height: 60px;
outline: 0;
width: 100%;
}
select {
background-image: url(../images/icons/icon__chevron.svg);
background-size: .5787037037em;
background-position: right .675em center;
background-repeat: no-repeat;
border-radius: 0!important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
background-color: #fafafa;
border: 1px solid #eee;
border-bottom: 3px solid #c90001;
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
padding: .675em;
height: 60px;
outline: 0;
width: 100%;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
margin-bottom: .675em;
}
select:focus {
border-color: 1px solid #fcb31f;
box-shadow: none;
outline: 3px solid #fcb31f;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus {
border: 3px solid #fcb31f;
box-shadow: none;
outline: 0;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
.button--solid {
background: button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
.button--solid {
background: #00A596;
color: #fff;
}
.button {
background: 0 0;
border: 1px solid #c90001;
color: #00A596;
display: inline-block;
margin: .675em 0 0;
padding: .45em 1.35em;
text-align: center;
text-decoration: none;
}
.columns--2up .column:first-child {
box-sizing: border-box;
width: 49.1525423729%;
float: left;
margin-right: 1.6949152542%;
}
.columns--2up .column {
box-sizing: border-box;
width: 49.1525423729%;
float: left;
}
.tg-footerwidgets > div[class*="col-"]:first-child:before, .tg-footerwidgets > div[class*="col-"]:first-child, .tg-boxedversion .tg-navigationarea, body.tg-fixednav .tg-boxedversion .tg-navigationarea {
background: #003b73;
}
.tg-boxedversion .tg-navigationarea {
border: 0;
margin: 0 0 1px;
border-radius: 5px;
}
.tg-navigationarea {
width: 100%;
float: left;
border-bottom: 3px solid transparent;
background: rgba(255, 255, 255, 0.80);
}
body.tg-fixednav .tg-boxedversion .tg-nav, .tg-boxedversion .tg-nav {
float: left;
}
body.tg-fixednav .tg-boxedversion .tg-navigation > ul > li, body.tg-fixednav .tg-boxedversion .tg-nav, .tg-boxedversion .tg-navigation > ul > li, .tg-boxedversion .tg-nav {
padding: 0;
}
.tg-nav {
float: right;
padding: 48px 0 0;
text-transform: uppercase;
font: 400 14px/30px 'Montserrat', Arial, Helvetica, sans-serif;
}
.tg-searchdropdown {
float: right;
position: relative;
}
@media (min-width: 768px)
.navbar-collapse.collapse {
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important;
}
.tg-navigation {
width: 100%;
float: left;
padding: 0;
}
@media (min-width: 768px)
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.collapse {
display: none;
}
.tg-navigation > ul {
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.tg-navigation ul li {
position: relative;
line-height: inherit;
list-style-type: none;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment