@charset "utf-8"; @import "variables"; .internal-page{ .page-module-title{ clear: both; display: block !important; text-align: left !important; align-items: center; // &:before{ // background: url(/assets/titleicon.png) no-repeat left center; // display: block; // position: relative; // text-align: center; // content: ''; // width: 20px; // height: 20px; // background-size: contain; // margin-top: 6px; // margin-right: 4px; // } } .i-annc__page-title{ color: #ff6900!important; } .unity-title { border-bottom: 1px solid #dcdcdc!important; margin-bottom: 1em!important; align-items: center; span{ // &:before{ // background: url(/assets/titleicon.png) no-repeat left center; // display: block; // position: relative; // text-align: center; // content: ''; // width: 20px; // height: 20px; // background-size: contain; // margin-top: 6px; // margin-right: 4px; // } } } } .unity-title { span{ width: 100%; display: flex; align-items: baseline; flex-wrap: wrap; } .en{ display: inline-block; font-size: 0.8em; color: #83afeb; font-weight: 400; margin-left: 5px; text-transform: uppercase; letter-spacing: 1px; } } // Title .unity-title { font-size: $font-h3; font-weight: bold; color: $theme-color-main; text-align: center; margin-bottom: 0; margin-top: 0; .layout-footer & { margin-bottom: 0.625em; border-bottom: none; span { display: inline; margin-bottom: 0; border-bottom: none; } } } .i-title{ font-size: 1em; line-height: 1.3; font-weight: normal; color: #383e5e; } .i-subtitle{ font-size: 1em; font-weight: normal; color: #383e5e; } .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; }