mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
website settings social icons
This commit is contained in:
@@ -5,12 +5,17 @@
|
||||
div#body_div {
|
||||
padding: 0px;
|
||||
min-height: 400px;
|
||||
margin: 40px auto;
|
||||
margin: 40px auto 10px auto;
|
||||
box-shadow: 1px 1px 3px 3px #bbb;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 720px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
border: 0px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
@@ -33,6 +38,16 @@ p, li {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
font-size: 120%
|
||||
}
|
||||
.social-icons a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.social-icons a i:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.web-footer-menu {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user