website: tweak type aliasing, colors, weights
This commit is contained in:
parent
46ccb81db4
commit
3bf89098b8
|
@ -8,7 +8,7 @@
|
|||
}*/
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
color: $black;
|
||||
background-color: $white;
|
||||
font-size: 15px;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
border: 1px solid $black;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
li > a {
|
||||
color: $gray;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
padding: 4px 20px;
|
||||
@include transition( color 0.3s ease );
|
||||
}
|
||||
|
@ -94,7 +94,7 @@
|
|||
background-color: transparent;
|
||||
color: $black;
|
||||
@include transition( color 0.3s ease );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
&:nth-child(9){
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(10){
|
||||
opacity: 1;
|
||||
|
@ -97,9 +97,9 @@
|
|||
animation-duration: 600ms;
|
||||
-webkit-animation-duration: 600ms;
|
||||
|
||||
animation-timing-function: ease;
|
||||
animation-timing-function: ease;
|
||||
-webkit-animation-timing-function: ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -173,10 +173,10 @@
|
|||
background: image-url('../images/graphic-audit.png') 0 0 no-repeat;
|
||||
@include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 491px, 129px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.graphic{
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h3{
|
||||
|
@ -242,7 +242,7 @@
|
|||
outline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#demos{
|
||||
|
@ -368,7 +368,7 @@
|
|||
background-color: transparent;
|
||||
overflow:auto;
|
||||
font-weight: 500;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
.txt-spe {
|
||||
color: lighten($blue, 5%);
|
||||
|
@ -526,9 +526,9 @@
|
|||
background: image-url('../images/graphic-audit.png') center 0 no-repeat;
|
||||
@include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 320px, 84px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.feature-footer{
|
||||
text-align: center;
|
||||
|
@ -569,7 +569,7 @@
|
|||
background: image-url('../images/graphic-audit.png') center 0 no-repeat;
|
||||
@include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 290px, 76px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -55,16 +55,16 @@
|
|||
margin: 0 15px;
|
||||
padding: 0;
|
||||
line-height: 26px;
|
||||
color: $black;
|
||||
color: #2E2E2E;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
@include transition( color 0.3s ease );
|
||||
|
||||
font-weight: 400;
|
||||
@include transition( color 0.3s ease );
|
||||
|
||||
&:hover{
|
||||
color: $blue;
|
||||
@include transition( color 0.3s ease );
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin bez-1-transition{
|
||||
|
@ -75,10 +75,10 @@
|
|||
@keyframes press {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
50% {
|
||||
opacity: .55
|
||||
}
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -87,11 +87,11 @@
|
|||
@-webkit-keyframes press {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
50% {
|
||||
opacity: .55
|
||||
}
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue