Attempt to fix YouTube message error, added ads references, changes to bool

This commit is contained in:
Sam Potts
2018-01-25 22:41:30 +11:00
parent b4e22e2e7b
commit 5e68f8c8dd
16 changed files with 73 additions and 26 deletions

View File

@ -1,11 +1,7 @@
// ==========================================================================
// Color
// Misc cosmetic
// ==========================================================================
.color--vimeo {
color: $color-vimeo;
}
.color--youtube {
color: $color-youtube;
.no-border {
border: 0;
}

View File

@ -5,3 +5,16 @@
[hidden] {
display: none;
}
// Hide only visually, but have it available for screen readers: h5bp.com/v
.sr-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
opacity: 0.001;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}