proj-iott/assets/stylesheets/template/base/_unity.scss

84 lines
1.3 KiB
SCSS
Executable File

@charset "utf-8";
@import "variables";
.internal-page{
.unity-title {
// margin: 0.5em 0;
// font-family: $main-font;
// font-size: $font-h1;
// color: #14324f;
// font-weight: bold;
// color: #1c4770;
// clear: both;
// float: none;
// font-size: 1.75em;
// border-left: 3px solid #1c4770;
// padding-left: 15px;
// letter-spacing: .05em;
.layout-footer & {
margin-bottom: 0.625em;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: none;
}
}
}
}
// Title
.unity-title {
margin: 0.5em 0;
line-height: 1.5;
font-family: $main-font;
font-size: $font-h1;
color: #14324f;
font-weight: bold;
position: relative;
.layout-footer & {
margin-bottom: 0.625em;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: 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-second;
}
.status-hot {
background-color: $theme-color-third;
}
.status-source {
background-color: $theme-color-main;
a {
color: $theme-white;
}
}