start theming home v2
This commit is contained in:
parent
76c59dc2a9
commit
40e4643644
Binary file not shown.
Binary file not shown.
@ -8890,3 +8890,39 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
|
||||
max-width: 50%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* line 2656, ../scss/styles.scss */
|
||||
#homev2 h2 {
|
||||
font-size: 47px;
|
||||
font-weight: 700;
|
||||
}
|
||||
/* line 2657, ../scss/styles.scss */
|
||||
#homev2 a {
|
||||
color: #000;
|
||||
}
|
||||
/* line 2659, ../scss/styles.scss */
|
||||
#homev2 .pane-menu-menu-home-v2 .menu li {
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 2661, ../scss/styles.scss */
|
||||
#homev2 .pane-menu-menu-home-v2 .menu li a {
|
||||
background-color: #4d4d4d;
|
||||
border-radius: 5px;
|
||||
background-clip: padding-box;
|
||||
padding: 10px 10px;
|
||||
color: #FFF;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
/* line 2671, ../scss/styles.scss */
|
||||
#homev2 .pane-node {
|
||||
height: 650px;
|
||||
}
|
||||
/* line 2674, ../scss/styles.scss */
|
||||
#homev2 .pane-node .pane-content .content {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
width: 40%;
|
||||
border-radius: 5px;
|
||||
background-clip: padding-box;
|
||||
padding: 15px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user