58 lines
1002 B
Plaintext
58 lines
1002 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.finish-0{
|
|
color: #e6a23c;
|
|
}
|
|
.finish-1{
|
|
color: red;
|
|
}
|
|
.finish-2{
|
|
color: #01A9FF;
|
|
}
|
|
.finish-3{
|
|
color: green;
|
|
}
|
|
.finish-4{
|
|
color: #a2c8f9;
|
|
} |