70 lines
1.0 KiB
SCSS
70 lines
1.0 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "variables";
|
|
|
|
// Title
|
|
.unity-title {
|
|
margin: 0.5em 0;
|
|
line-height: 1.5;
|
|
font-family: $main-font;
|
|
font-size: $font-h3;
|
|
font-weight: bold;
|
|
color: $theme-color-main;
|
|
display: -webkit-box;
|
|
|
|
.layout-footer & {
|
|
margin-bottom: 0.625em;
|
|
border-bottom: none;
|
|
|
|
span {
|
|
display: inline;
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
.i-title{
|
|
font-size: 1em;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
.i-subtitle{
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
}
|
|
.metadata-date{
|
|
list-style: none;
|
|
}
|
|
//transition
|
|
.transition {
|
|
cursor: pointer;
|
|
transition: all 0.5s;
|
|
-moz-transition: all 0.5s;
|
|
-webkit-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
}
|
|
|
|
.status {
|
|
font-family: $main-font;
|
|
font-size: 0.750em;
|
|
}
|
|
|
|
.status-top {
|
|
background-color: $theme-color-main;
|
|
}
|
|
|
|
.status-hot {
|
|
background-color: $theme-color-third;
|
|
}
|
|
|
|
.status-source {
|
|
background-color: $theme-color-main;
|
|
|
|
a {
|
|
color: $theme-white;
|
|
}
|
|
}
|
|
ol, ul{
|
|
padding-left: 1.6em;
|
|
}
|