page tools part 1
This commit is contained in:
parent
3dd31b4e72
commit
18001ee40c
4 changed files with 82 additions and 11 deletions
|
@ -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 */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue