scss/definitions: Don't show screen reader text on screen

This commit is contained in:
Kazhnuz 2018-10-24 15:07:35 +02:00
parent 776a6b5c21
commit a4b2e76693
2 changed files with 13 additions and 0 deletions

View File

@ -79,3 +79,11 @@ $color-font: #444;
&-info { @include background-color($color-info, #FFF); }
&-success { @include background-color($color-success, #FFF); }
}
/* 1.3 - Screen Reader */
@media screen {
.screen-reader-text {
display: none;
}
}

View File

@ -110,6 +110,11 @@
background-color: #75b82d !important;
color: #FFF; }
/* 1.3 - Screen Reader */
@media screen {
.screen-reader-text {
display: none; } }
/*
* 2 - Typography ( _typography.scss )
*