start theming home v2
This commit is contained in:
@@ -2649,4 +2649,34 @@ body.page-node-11187{
|
||||
max-width:50%;
|
||||
height:auto;
|
||||
}
|
||||
}
|
||||
|
||||
// ------ HOME PAGE ---------
|
||||
#homev2{
|
||||
h2{font-size: 47px; font-weight: 700;}
|
||||
a{color: #000};
|
||||
.pane-menu-menu-home-v2{
|
||||
.menu li{
|
||||
display: inline-block;
|
||||
a{
|
||||
background-color: #4d4d4d;
|
||||
@include rounded(5px);
|
||||
padding: 10px 10px;
|
||||
color: #FFF;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
.pane-node {
|
||||
height:650px;
|
||||
.pane-content{
|
||||
.content{
|
||||
background-color: rgba(255,255,255, 0.5);
|
||||
width: 40%;
|
||||
@include rounded(5px);
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user