title font applied to some component
This commit is contained in:
parent
84ba3fa835
commit
a0a6d95040
|
@ -4,6 +4,7 @@
|
|||
padding: 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
padding: auto;
|
||||
font-family: $title-font;
|
||||
|
||||
@include truncate($grid_max_width + $grid_max_unit);
|
||||
@include themify($themes) {
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
@include justify-content(center);
|
||||
@include transition(all, 0.2s, ease-out);
|
||||
|
||||
font-family: $title-font;
|
||||
padding: 0.25rem;
|
||||
border-radius: 0.125rem;
|
||||
&-title {
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
&__link {
|
||||
font-size: 16.8px;
|
||||
font-family: $title-font;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('related-link-color');
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
&__text {
|
||||
&__text {
|
||||
border-top-left-radius: 0.175rem;
|
||||
border-bottom-left-radius: 0.175rem;
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
&__title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
font-family: $title-font;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
|
@ -86,6 +87,7 @@
|
|||
|
||||
&__written-by {
|
||||
font-size: 0.9rem;
|
||||
font-family: $title-font;
|
||||
opacity: 0.75;
|
||||
@include themify($codeblock) {
|
||||
color: themed('content-pre-color');
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
&__title {
|
||||
height: $grid_navbar_height;
|
||||
font-size: 1.5rem;
|
||||
font-family: $title-font;
|
||||
|
||||
@include flexbox();
|
||||
@include align-items(center);
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
}
|
||||
|
||||
&__a {
|
||||
font-family: $title-font;
|
||||
font-size: 0.95rem;
|
||||
@include themify($themes) {
|
||||
color: themed('sidebar-li-color');
|
||||
|
|
|
@ -96,6 +96,8 @@
|
|||
padding: 0.125rem;
|
||||
font-size: 0.95rem;
|
||||
font-weight: 700;
|
||||
font-family: $title-font;
|
||||
|
||||
@include flexbox();
|
||||
@include align-items(center);
|
||||
@include justify-content(center);
|
||||
|
@ -127,6 +129,7 @@
|
|||
border-top-left-radius: 0.25rem;
|
||||
border-bottom-left-radius: 0.25rem;
|
||||
font-size: 0.8rem;
|
||||
font-family: $title-font;
|
||||
width: 50%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
|
@ -147,6 +150,7 @@
|
|||
border-top-right-radius: 0.25rem;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
font-size: 0.8rem;
|
||||
font-family: $title-font;
|
||||
width: 50%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
|
@ -167,6 +171,7 @@
|
|||
margin-right: 0.5rem;
|
||||
margin-left: 1rem;
|
||||
width: 100%;
|
||||
font-family: $title-font;
|
||||
|
||||
&[data-title-wrap^="no"] {
|
||||
@include truncate($grid-max-width);
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
&__title {
|
||||
margin: 2rem 0;
|
||||
font-family: $title-font;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('terms-title-color');
|
||||
text-shadow: 1.2px 1.2px 0 themed('terms-title-color'),
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
title_font = "\"Montserrat\", sans-serif"
|
||||
content_font = "\"Muli\", sans-serif"
|
||||
# content_font = "\"Merriweather\", serif"
|
||||
cursive_font = "\"Courgette\", cursive"
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue