initial commit
This commit is contained in:
75
sass/_font-mixins.scss
Normal file
75
sass/_font-mixins.scss
Normal file
@@ -0,0 +1,75 @@
|
||||
/* ========================================================================== */
|
||||
/* FONT-MIXINS */
|
||||
/* ========================================================================== */
|
||||
|
||||
@mixin menutext {
|
||||
font: 900 4rem "Westeinde Caption";
|
||||
color: #000;
|
||||
-webkit-text-stroke: #fff 1px;
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin home-title {
|
||||
font: bold 3rem "Westeinde Caption";
|
||||
color: #000;
|
||||
@media #{$mobile-landscape} {
|
||||
font-size: 2.5rem !important;
|
||||
}
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin home-metadata {
|
||||
font: bold 1rem "Westeinde Caption";
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@mixin bedocircle {
|
||||
font: 900 1rem "Westeinde Caption";
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@mixin single-title {
|
||||
font: bold 3rem "Butler";
|
||||
color: #000;
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 7rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin single-title2 {
|
||||
font: bold 3rem "Butler";
|
||||
color: #000;
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin single-metadata {
|
||||
font: bold 1rem "Westeinde Caption";
|
||||
@media #{$smalldesktop} {
|
||||
font: 900 2rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
}
|
||||
}
|
||||
|
||||
//képaláírás
|
||||
@mixin captiontext {
|
||||
font: 900 1rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
-webkit-text-stroke-width: 1px;
|
||||
}
|
||||
|
||||
@mixin single-quote {
|
||||
font: bold 1.8rem "Butler";
|
||||
color: #000;
|
||||
}
|
||||
Reference in New Issue
Block a user