SPR-863: Function "logged in as" css for anchor + qs all icons in header
This commit is contained in:
parent
e8f2530ce8
commit
1466b31431
5 changed files with 116 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue