mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
modify footer menu style
This commit is contained in:
parent
0e0356876e
commit
c4d303591d
1 changed files with 18 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ body {
|
||||||
|
|
||||||
/* .layout_footer */
|
/* .layout_footer */
|
||||||
.layout_footer {
|
.layout_footer {
|
||||||
padding:30px 10px 70px;
|
padding:10px;
|
||||||
border-top:1px solid lighten($grey, 10%);
|
border-top:1px solid lighten($grey, 10%);
|
||||||
background-color: darken($grey, 35%);
|
background-color: darken($grey, 35%);
|
||||||
color: lighten($grey, 30%);
|
color: lighten($grey, 30%);
|
||||||
|
|
@ -271,6 +271,12 @@ body {
|
||||||
.layout_menu .layout_dropdown:hover .layout_dropdown-content {
|
.layout_menu .layout_dropdown:hover .layout_dropdown-content {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.layout_footer .layout_menu li a, .layout_footer .dropbtn {
|
||||||
|
color: #fff;
|
||||||
|
font-weight: normal;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Language */
|
/* Language */
|
||||||
.language{
|
.language{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -516,6 +522,16 @@ body {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout_footer .layout_menu {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout_footer .layout_menu ul {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.language {
|
.language {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue