page tools part 1

This commit is contained in:
Jana Deutschländer 2017-01-02 15:12:27 +01:00
commit 18001ee40c
4 changed files with 82 additions and 11 deletions

View file

@ -141,15 +141,25 @@
}
}
.btn-default-size(){
height: 1rem;
width: 1rem;
min-height: 1.2em;
min-width: 1.4em;
}
.btn-default-height(){
height: 1rem;
min-height: 1.2em;
min-width: 1.4em;
}
.hide-text-show-before(){
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-indent: -9999px;
height: 1rem;
width: 1rem;
min-height: 1.2em;
min-width: 1.4em;
.btn-default-size();
&::before{
text-indent: 0;
float: left;
@ -160,6 +170,22 @@
}
}
.hide-text-show-after(){
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-indent: -9999px;
&::before{
text-indent: 0;
float: right;
}
&::after{
text-indent: 0;
float: right;
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Screenreader / Hide */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */