Tlačítko pro editaci receptu
parent
613b6b5dab
commit
dbb6fb0b80
@ -1,35 +1,39 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icons';
|
font-family: 'icons';
|
||||||
src:
|
src: url('icons.eot?3nfdne');
|
||||||
url('/fonts/icons.ttf?88dd9o') format('truetype'),
|
src: url('icons.eot?3nfdne#iefix') format('embedded-opentype'),
|
||||||
url('/fonts/icons.woff?88dd9o') format('woff'),
|
url('icons.ttf?3nfdne') format('truetype'),
|
||||||
url('/fonts/icons.svg?88dd9o#icons') format('svg');
|
url('icons.woff?3nfdne') format('woff'),
|
||||||
font-weight: normal;
|
url('icons.svg?3nfdne#icons') format('svg');
|
||||||
font-style: normal;
|
font-weight: normal;
|
||||||
font-display: block;
|
font-style: normal;
|
||||||
|
font-display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="icon-"], [class*=" icon-"] {
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
font-family: 'icons' !important;
|
font-family: 'icons' !important;
|
||||||
speak: never;
|
speak: never;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-pencil:before {
|
||||||
|
content: "\e905";
|
||||||
|
}
|
||||||
.icon-search:before {
|
.icon-search:before {
|
||||||
content: "\e986";
|
content: "\e986";
|
||||||
}
|
}
|
||||||
.icon-info:before {
|
.icon-info:before {
|
||||||
content: "\ea0c";
|
content: "\ea0c";
|
||||||
}
|
}
|
||||||
.icon-git:before {
|
.icon-git:before {
|
||||||
content: "\eae7";
|
content: "\eae7";
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue