74 lines
1.2 KiB
SCSS
74 lines
1.2 KiB
SCSS
![]() |
/*
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
*/
|
||
|
/*
|
||
|
Created on : 21-Sep-2018
|
||
|
Author : Peter Hrvatin
|
||
|
*/
|
||
|
|
||
|
/* Toolbox na levi strani */
|
||
|
|
||
|
span.faicon.wheel_32::before{
|
||
|
content: "\f013";
|
||
|
}
|
||
|
|
||
|
span.faicon.radio_32::before{
|
||
|
content: "\f192";
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
span.faicon.check_32::before{
|
||
|
content: "\f14a";
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
span.faicon.matrix_32::before{
|
||
|
content: "\f192 \f192\A\f192 \f192";
|
||
|
white-space: pre;
|
||
|
font-weight: 400;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
span.faicon.abc_32::before{
|
||
|
content: "ABC";
|
||
|
font-family: $font_family;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
span.faicon.number_32::before{
|
||
|
content: "123";
|
||
|
font-family: $font_family;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
span.faicon.nagovor::before{
|
||
|
content: "T";
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
span.faicon.plus_32::before{
|
||
|
content: "\f055";
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
span.faicon.if_32::before{
|
||
|
content: "IF";
|
||
|
font-family: $font_family;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
span.faicon.block_32::before{
|
||
|
content: "B";
|
||
|
font-family: $font_family;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
span.faicon.loop_32::before{
|
||
|
content: "L";
|
||
|
font-family: $font_family;
|
||
|
font-size: 15px;
|
||
|
}
|