2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-07-02 14:43:39 -04:00
|
|
|
|
|
|
|
#employers-wrapper
|
|
|
|
background-color: #B4B4B4
|
2014-07-02 18:48:26 -04:00
|
|
|
height: 100%
|
2014-07-02 14:43:39 -04:00
|
|
|
#outer-content-wrapper, #intermediate-content-wrapper, #inner-content-wrapper
|
|
|
|
background: #B4B4B4
|
|
|
|
|
|
|
|
.navbar, #top-nav, .content.clearfix
|
|
|
|
background-color: #B4B4B4
|
|
|
|
|
|
|
|
.footer
|
|
|
|
border-top: none
|
|
|
|
background-color: #B4B4B4
|
|
|
|
padding-bottom: 50px
|
2014-07-02 18:48:26 -04:00
|
|
|
|
2014-07-02 14:43:39 -04:00
|
|
|
|
|
|
|
#employer-content-area
|
2014-07-08 02:23:36 -04:00
|
|
|
margin: auto
|
|
|
|
|
|
|
|
.employer-modal-background-wrapper
|
|
|
|
background-color: white
|
|
|
|
border: 2px #333333 solid
|
|
|
|
border-radius: 4px
|
|
|
|
h1, h2, h3, h4, h5
|
|
|
|
color: black
|
|
|
|
font-family: Arial, Helvetica, sans-serif
|
|
|
|
.input-large
|
|
|
|
font-size: 28px
|
|
|
|
height: 60px
|
|
|
|
border: 2px rgb(231,231,231) solid
|
|
|
|
box-shadow: none
|
|
|
|
width: 70%
|
|
|
|
margin-left: 15%
|
|
|
|
#create-account-button, #contract-agreement-button, #login-button
|
|
|
|
background: #fce232 /* Old browsers */
|
|
|
|
background: -moz-linear-gradient(top, #fce232 0%, #ea8e2b 100%)
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce232), color-stop(100%,#ea8e2b))
|
|
|
|
background: -webkit-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
|
|
|
|
background: -o-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
|
|
|
|
background: -ms-linear-gradient(top, #fce232 0%,#ea8e2b 100%)
|
|
|
|
background: linear-gradient(to bottom, #fce232 0%,#ea8e2b 100%)
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce232', endColorstr='#ea8e2b',GradientType=0 )
|
|
|
|
height: 60px
|
|
|
|
font-size: 24px
|
|
|
|
color: black
|
|
|
|
.login-link
|
|
|
|
text-decoration: underline
|
|
|
|
#login-button
|
|
|
|
margin-left: 40%
|
|
|
|
width: 20%
|