Added font-awesome icons to user defined icon

This commit is contained in:
nakanishi
2018-09-26 09:16:15 +09:00
parent d887ab126b
commit f13e02a1a9
14 changed files with 992 additions and 34 deletions

View File

@@ -257,6 +257,11 @@
background-position: 49% 50%;
width: 15px;
}
.palette_icon_fa {
position: relative;
top: -2.5px;
left: 0px;
}
.palette_icon_container {
width: 18px;
}

View File

@@ -57,6 +57,10 @@
.editor-tray-content {
overflow: auto;
position: relative;
.palette_icon_fa {
top: 6px;
left: 4px;
}
}
.editor-tray-header {
@include disable-selection;
@@ -403,6 +407,10 @@
border-color: white;
}
}
.palette_icon_fa {
top: 6px;
left: 3px;
}
}
.red-ui-icon-list-module {
background: $palette-header-background;

View File

@@ -188,7 +188,12 @@
background-size: contain;
background-repeat: no-repeat;
}
.palette_icon_fa {
color: white;
position: absolute;
top: 7px;
left: 3px;
}
.palette_node_small {
display: inline-block;
position: relative;
@@ -206,4 +211,8 @@
margin-left: -1px;
width: 15px;
}
.palette_icon_fa {
top: 2px;
left: 1px;
}
}

View File

@@ -62,6 +62,11 @@
font-size: 13px;
border-left-width: 3px;
border-right-width: 3px;
.palette_icon_fa {
position: relative;
top: -2.5px;
left: 0px;
}
}
.red-ui-search-result-separator {
border-bottom: 3px solid #ddd;
@@ -145,6 +150,10 @@
display: table;
clear: both;
}
.palette_icon_fa {
top: 6px;
left: 3px;
}
}
.red-ui-search-result-node {