Made new recruitment base styles
This commit is contained in:
parent
5da1db8f6e
commit
fe08fdb2b0
1 changed files with 19 additions and 0 deletions
19
app/styles/recruitment_base.sass
Normal file
19
app/styles/recruitment_base.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
@import "base"
|
||||
|
||||
#employers-wrapper
|
||||
background-color: #B4B4B4
|
||||
#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
|
||||
|
||||
#employer-content-area
|
||||
margin: auto
|
Reference in a new issue