44 lines
725 B
SCSS
Executable File
44 lines
725 B
SCSS
Executable File
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-slide {
|
|
position: relative;
|
|
z-index: 0;
|
|
background: $theme-green-light;
|
|
|
|
.w-ad-banner {
|
|
max-width: 75em;
|
|
margin: auto;
|
|
}
|
|
}
|
|
.extra>ul{
|
|
padding-left: 0;
|
|
list-style: none;
|
|
margin: 0;
|
|
& > li{
|
|
font-size: 0.8125rem;
|
|
position: relative;
|
|
float: left;
|
|
margin-right: 1%;
|
|
margin-bottom: 12px;
|
|
padding: 8px .8em;
|
|
padding-bottom: 8px;
|
|
color: #333333;
|
|
border-radius: .2em;
|
|
background: #e4e4e4;
|
|
cursor: pointer;
|
|
&:hover{
|
|
background: #33839a;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
.extra{
|
|
margin-left: 15px;
|
|
}
|
|
.main-content{
|
|
clear: both;
|
|
margin-left: 15px;
|
|
}
|