small fixes
This commit is contained in:
@@ -21,12 +21,9 @@
|
||||
color: #000;
|
||||
-webkit-text-stroke: #fff 1px;
|
||||
|
||||
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 4rem;
|
||||
color: #000 !important;
|
||||
-webkit-text-stroke: unset !important;
|
||||
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +35,13 @@
|
||||
font-size: 2.5rem !important;
|
||||
}
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 5rem;
|
||||
font-size: 6rem;
|
||||
}
|
||||
@media #{$bigdesktop} {
|
||||
font-size: 7.5rem;
|
||||
}
|
||||
@media #{$verybigdesktop} {
|
||||
font-size: 11rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,6 +87,7 @@
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@mixin home-metadata-bevezeto {
|
||||
@@ -98,28 +102,28 @@
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
text-transform: uppercase;
|
||||
&.pause {
|
||||
-webkit-text-stroke: #fff 1px !important;
|
||||
}
|
||||
&.current {
|
||||
-webkit-text-stroke: #000 1px !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
@media #{$bigdesktop} {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin bedo-hover-title {
|
||||
font: 900 12rem "Westeinde Caption";
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #fff 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
// @mixin bedo-hover-title {
|
||||
// font: 900 12rem "Westeinde Caption";
|
||||
// color: transparent;
|
||||
// -webkit-text-stroke: #fff 1px;
|
||||
// text-transform: uppercase;
|
||||
// }
|
||||
|
||||
@mixin bedo-hover-sub {
|
||||
font: 900 1.4rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
}
|
||||
// @mixin bedo-hover-sub {
|
||||
// font: 900 1.4rem "Westeinde Caption";
|
||||
// color: #fff;
|
||||
// }
|
||||
|
||||
@mixin single-title {
|
||||
font: bold 3rem "Butler";
|
||||
|
||||
Reference in New Issue
Block a user