AsiaV2d/assets/stylesheets/template/modules/web_resource.scss

73 lines
1.2 KiB
SCSS

@charset "utf-8";
@import "../initial";
// Link MODULES
.widget-link {
// 在 layout-content 下的樣式
.widget-title {
@extend .unity-title;
}
&.widget1 {
.widget-content {
line-height: 2.5em;
& + .widget-content {
border-top: 0.0625em dotted $theme-gray-light;
}
.widget-content-title {
display: inline-block;
}
}
// 在 layout-footer 下的樣式
.layout-footer & {
.widget-content {
line-height: 2em;
border-top-color: $theme-gray;
}
}
}
}
// Link INDEX
.index-link {
.index-title {
@extend .unity-title;
}
&.index1 {
.index-content {
background: url(/assets/dt.gif) 0 0 no-repeat;
padding-left: 1.5em;
font-weight: bold;
margin: 0;
line-height: 0.5;
h4 {
margin: 0;
font-size: 1em;
}
.index-context {
display: inline-block;
font-size: 1em;
color: #7F7F7F;
margin-bottom: 15px;
line-height: 1.7em;
letter-spacing: 0.1em;
font-weight: normal;
}
}
.index-content-title {
font-family: $main-font;
font-size: 1em;
color: #000;
font-weight: bold;
}
}
}