fix/pdf-icon-issue-34 #43

Merged
jorge merged 3 commits from fix/pdf-icon-issue-34 into develop 2021-11-19 16:12:56 +01:00
4 changed files with 25 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,11 @@
// #. Global Styles
// ------------------
#user-bar {
width: 100%;
}
// line breaks generated by omekas
.break {
width: 100%;
@ -149,4 +154,3 @@
margin: $global-margin 0;
}
}

View File

@ -14,31 +14,8 @@
@mixin font-worksans-medium {
font-face: worksans-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: normal;
}
}
@mixin font-worksans-mediumitalic {
font-face: worksans-mediumitalic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: normal;
}
//
// mods on fonts and typography
// not in foundation variables
// -----------------------------
//h1,h2,h3,h4,h5,h6,
//.h1,.h2,.h3,.h4,.h4,.h5,.h6,
//button,.button,
//header nav,
//.hero .claim
//{
// font-variant:all-small-caps;
//}
//
//
//h1,h2,h3,h4,h5,h6,
//.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
// a {
// color: $black;
// }
//}
}

View File

@ -15,6 +15,23 @@ header nav {
color: $body-font-color;
}
}
/* https://fontawesome.com/v5.0/icons */
a[href$=".pdf"]:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: .5rem;
content: "\f1c1";
}
.excerpt,.post-excerpt{
a {
color: $body-font-color;
@ -477,10 +494,3 @@ main {
}
}
//end hero
// omeka specific styles
#user-bar {
width: 100%;
}
//end omeka specific styles