SPR-863: Function "logged in as" css for anchor + qs all icons in header

This commit is contained in:
Silke Pisulla 2017-03-09 15:30:27 +01:00
commit 1466b31431
5 changed files with 116 additions and 16 deletions

View file

@ -194,20 +194,22 @@
margin-top: .3rem;
}
.hide-text-show-before(){
.hide-text-show-before() {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-indent: -9999px;
&::before{
text-indent: 0;
&::before {
float: left;
width: 100%;
text-indent: 0;
margin: 0;
}
&::after{
text-indent: 0;
&::after {
float: left;
text-indent: 0;
}
}
@ -217,13 +219,14 @@
white-space: nowrap;
text-indent: -9999px;
&::before{
text-indent: 0;
&::before {
float: right;
text-indent: 0;
}
&::after{
text-indent: 0;
&::after {
float: right;
text-indent: 0;
}
}