Add local copy of checkbox icon
This commit is contained in:
parent
0452bf329a
commit
d40e990bd3
BIN
assets/icons/internal/tick.png
Normal file
BIN
assets/icons/internal/tick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
8
assets/less/modules/inputs.import.less
vendored
8
assets/less/modules/inputs.import.less
vendored
@ -119,7 +119,7 @@ nav {
|
||||
top: 4px;
|
||||
left: 3px;
|
||||
content:"";
|
||||
background:url('http://static.tumblr.com/upanoab/0hOmmcbuh/tick-sprite.png');
|
||||
background:url(@checkbox-icon);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
@ -134,7 +134,7 @@ nav {
|
||||
top: 4px;
|
||||
left: 2px;
|
||||
content:"";
|
||||
background:url('http://static.tumblr.com/upanoab/0hOmmcbuh/tick-sprite.png');
|
||||
background:url(@checkbox-icon);
|
||||
background-position:-20px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
@ -161,7 +161,7 @@ nav {
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
content:"";
|
||||
background:url('http://static.tumblr.com/upanoab/0hOmmcbuh/tick-sprite.png');
|
||||
background:url(@checkbox-icon);
|
||||
background-position:-23px;
|
||||
}
|
||||
|
||||
@ -174,7 +174,7 @@ nav {
|
||||
left: 3px;
|
||||
top: 4px;
|
||||
content:"";
|
||||
background:url('http://static.tumblr.com/upanoab/0hOmmcbuh/tick-sprite.png');
|
||||
background:url(@checkbox-icon);
|
||||
}
|
||||
}
|
||||
|
||||
|
6
assets/less/variables.import.less
vendored
6
assets/less/variables.import.less
vendored
@ -110,6 +110,8 @@
|
||||
@icon-font-name: "flat-ui-icons-regular";
|
||||
@icon-font-svg-id: "flat-ui-icons-regular";
|
||||
|
||||
@checkbox-icon: "../icons/internal/tick.png"
|
||||
|
||||
//** Icon sizes for use in components
|
||||
@icon-normal: 16px;
|
||||
@icon-medium: 18px;
|
||||
@ -190,7 +192,7 @@
|
||||
@input-line-height-large: 1.235; // ~21px
|
||||
@input-line-height-huge: 1.318; // ~29px
|
||||
|
||||
@input-icon-font-size: ceil(@component-font-size-base * 1.333); // ~20px
|
||||
@input-icon-font-size: ceil(@component-font-size-base * 1.333); // ~20px
|
||||
|
||||
@input-bg: @inverse;
|
||||
@input-bg-disabled: mix(@gray, white, 10%);
|
||||
@ -219,7 +221,7 @@
|
||||
@input-line-height-large: 1.235; // ~21px
|
||||
@input-line-height-huge: 1.318; // ~29px
|
||||
|
||||
@input-icon-font-size: ceil(@component-font-size-base * 1.333); // ~20px
|
||||
@input-icon-font-size: ceil(@component-font-size-base * 1.333); // ~20px
|
||||
|
||||
@input-bg: @inverse;
|
||||
@input-bg-disabled: mix(@gray, white, 10%);
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "Less-only Flat UI that doesn't require javascript",
|
||||
"homepage": "https://github.com/Rnhmjoj/flatter-ui",
|
||||
"author": "Michele Guerini Rocco <micheleguerinirocco@me.com>",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"git": "https://github.com/rnhmjoj/flatter-ui.git",
|
||||
"packages": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user