77 lines
1.4 KiB
SCSS
77 lines
1.4 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
// Link MODULES
|
|
.widget-link {
|
|
// 在 layout-content 下的樣式
|
|
.widget-title {
|
|
@extend .unity-title;
|
|
}
|
|
|
|
&.widget1 {
|
|
.widget-title{
|
|
color: #fff;
|
|
}
|
|
.widget-content {
|
|
line-height: 1.3em;
|
|
margin-bottom: 8px;
|
|
@media (min-width: $screen-xs)and(max-width: $screen-lg){
|
|
width:50%;
|
|
float: left;
|
|
}
|
|
|
|
& + .widget-content {}
|
|
|
|
.widget-content-title {
|
|
display: inline-block;
|
|
color: #fff;
|
|
font-size: $font-13;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
a.btn-primary{
|
|
margin-top: 10px;
|
|
float: left!important;
|
|
}
|
|
// 在 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 {
|
|
list-style-type: circle;
|
|
list-style-position: inside;
|
|
|
|
& + .index-content {
|
|
border-top: 1px dotted $theme-gray-light;
|
|
}
|
|
|
|
.index-context {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
margin: 0 0 10px 2em;
|
|
color: darken($theme-gray-light, 20%);
|
|
}
|
|
}
|
|
|
|
.index-content-title {
|
|
font-family: $main-font;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
} |