scss/definitions: Don't show screen reader text on screen
This commit is contained in:
parent
776a6b5c21
commit
a4b2e76693
2 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 )
|
||||
*
|
||||
|
|
Reference in a new issue