43 lines
843 B
Plaintext
43 lines
843 B
Plaintext
.el-tooltip__popper{
|
|
max-width: 50%;
|
|
}
|
|
.font-size-tools{
|
|
.set-font-size{
|
|
cursor: pointer;
|
|
position: relative;
|
|
|
|
&.active{
|
|
color: aqua;
|
|
.svg-icon{
|
|
*{
|
|
fill: aqua;
|
|
}
|
|
}
|
|
}
|
|
.svg-icon{
|
|
width: 40px !important;
|
|
height: 40px !important;
|
|
}
|
|
&.font-size2{
|
|
&::after{
|
|
content: "+";
|
|
font-style: normal;
|
|
right: 0px;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
font-size: 16px !important;
|
|
}
|
|
margin-right:4px;
|
|
}
|
|
&.font-size0{
|
|
&::after{
|
|
content: "-";
|
|
font-style: normal;
|
|
right: 0px;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
}
|
|
} |