footer elements to black
This commit is contained in:
parent
bcbe9c6b82
commit
4f0e963a24
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.1 KiB |
|
@ -145,7 +145,7 @@ body.page-sub{
|
||||||
|
|
||||||
#footer{
|
#footer{
|
||||||
padding: 140px 0 40px;
|
padding: 140px 0 40px;
|
||||||
color: @purple;
|
color: black;
|
||||||
|
|
||||||
.footer-links{
|
.footer-links{
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -169,7 +169,7 @@ body.page-sub{
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: @purple;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons.navbar-nav{
|
.buttons.navbar-nav{
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
.clone-icon{
|
.clone-icon{
|
||||||
padding-left: 80px;
|
padding-left: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-group{
|
.c-group{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
span{
|
span{
|
||||||
margin-right: 20px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -244,7 +244,7 @@ body.page-sub #header {
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
padding: 140px 0 40px;
|
padding: 140px 0 40px;
|
||||||
color: #822ff7;
|
color: black;
|
||||||
}
|
}
|
||||||
#footer .footer-links {
|
#footer .footer-links {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -264,7 +264,7 @@ body.page-sub #header {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
#footer a {
|
#footer a {
|
||||||
color: #822ff7;
|
color: black;
|
||||||
}
|
}
|
||||||
#footer .buttons.navbar-nav {
|
#footer .buttons.navbar-nav {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -717,7 +717,7 @@ body.page-sub #header {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
#footer .footer-hashi span {
|
#footer .footer-hashi span {
|
||||||
margin-right: 20px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
#footer .footer-hashi img {
|
#footer .footer-hashi img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue