Attempt to fix YouTube message error, added ads references, changes to bool
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
// ==========================================================================
|
||||
// Color
|
||||
// Misc cosmetic
|
||||
// ==========================================================================
|
||||
|
||||
.color--vimeo {
|
||||
color: $color-vimeo;
|
||||
}
|
||||
|
||||
.color--youtube {
|
||||
color: $color-youtube;
|
||||
.no-border {
|
||||
border: 0;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user