// Icons
i.icon {
&.icon-expand-up {
width: 17px;
height: 17px;
.encoded-svg-background('');
}
&.icon-expand-down {
width: 17px;
height: 17px;
.encoded-svg-background('');
}
&.icon-search {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-edit {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-reader {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-download {
width: 22px;
height: 28px;
.encoded-svg-background('');
}
&.icon-info {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-about {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-help {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-versions {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-color {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-align-center {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-align-justify {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-align-left {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-text-align-right {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-link {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
}
// Overwrite color for toolbar
.navbar {
i.icon {
&.icon-undo {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-redo {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-search {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-burger {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-plus {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-edit {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-settings {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-prev {
width: 20px;
height: 20px;
.encoded-svg-background('');
}
&.icon-next {
width: 20px;
height: 20px;
.encoded-svg-background('');
}
&.icon-expand-down {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
}
}