mirror of
https://github.com/searxng/searxng.git
synced 2025-12-30 07:30:02 +00:00
[fix] simple template - video.html fix button icon to icon_small
BTW: Rename the manufacturer-specific name ``ion-icon`` of the icon set in SerXNG to ``sxng-icon-set`` --> The icon set can be assembled together as desired in the FE and should therefore not have a manufacturer-specific name in the style and template definitions. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
6500d73714
commit
8b864ed111
@@ -32,8 +32,8 @@
|
||||
// to center the results
|
||||
@import "style-center.less";
|
||||
|
||||
// ion-icon
|
||||
.ion-icon {
|
||||
// sxng-icon-set
|
||||
.sxng-icon-set {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
line-height: 1;
|
||||
@@ -41,16 +41,16 @@
|
||||
.ltr-transform();
|
||||
}
|
||||
|
||||
.ion-icon-small {
|
||||
.sxng-icon-set-small {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
.ion-icon;
|
||||
.sxng-icon-set;
|
||||
}
|
||||
|
||||
.ion-icon-big {
|
||||
.sxng-icon-set-big {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
.ion-icon;
|
||||
.sxng-icon-set;
|
||||
}
|
||||
|
||||
// Main LESS-Code
|
||||
|
||||
Reference in New Issue
Block a user