BJC-ify a bunch of styles
This commit is contained in:
parent
5b5e10ba50
commit
767b0bcd19
3 changed files with 12 additions and 13 deletions
|
|
@ -117,13 +117,12 @@
|
||||||
|
|
||||||
#social-media{
|
#social-media{
|
||||||
background: none repeat scroll 0 0 #2f2f2f;
|
background: none repeat scroll 0 0 #2f2f2f;
|
||||||
padding-top: 60px;
|
padding: 30px 20px;
|
||||||
padding-bottom: 60px;
|
|
||||||
i{
|
i{
|
||||||
color: #4a4a4a;
|
color: #0C3559;
|
||||||
}
|
}
|
||||||
i:hover{
|
i:hover{
|
||||||
color: #16a085;
|
color: #F2E205;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
padding-left: 100px;
|
padding-left: 100px;
|
||||||
|
|
@ -164,11 +163,11 @@
|
||||||
i.fa {
|
i.fa {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
&.show {
|
// &.show {
|
||||||
visibility:visible;
|
// visibility:visible;
|
||||||
cursor:pointer;
|
// cursor:pointer;
|
||||||
opacity: 1.0;
|
// opacity: 1.0;
|
||||||
}
|
// }
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
padding-bottom: 60px;
|
// padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
$navbar-default-bg: #299a0b;
|
$navbar-default-bg: #0C3559;
|
||||||
$navbar-default-link-active-bg: #DFE0DF;
|
$navbar-default-link-active-bg: rgb(8,8,8);
|
||||||
$navbar-default-border: 1px solid #d4d4d4;
|
$navbar-default-border: 1px solid #d4d4d4;
|
||||||
$navbar-default-color: #ffffff;
|
$navbar-default-color: #ffffff;
|
||||||
$navbar-default-link-color: #ffffff;
|
$navbar-default-link-color: #ffffff;
|
||||||
$navbar-default-link-hover-color: #000000;
|
$navbar-default-link-hover-color: #F2E205;
|
||||||
|
|
||||||
@import 'bootstrap-datetimepicker';
|
@import 'bootstrap-datetimepicker';
|
||||||
@import "bootstrap-sprockets";
|
@import "bootstrap-sprockets";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue