Tlačítko pro editaci receptu
parent
613b6b5dab
commit
dbb6fb0b80
@ -1,35 +1,39 @@
|
||||
@font-face {
|
||||
font-family: 'icons';
|
||||
src:
|
||||
url('/fonts/icons.ttf?88dd9o') format('truetype'),
|
||||
url('/fonts/icons.woff?88dd9o') format('woff'),
|
||||
url('/fonts/icons.svg?88dd9o#icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
font-family: 'icons';
|
||||
src: url('icons.eot?3nfdne');
|
||||
src: url('icons.eot?3nfdne#iefix') format('embedded-opentype'),
|
||||
url('icons.ttf?3nfdne') format('truetype'),
|
||||
url('icons.woff?3nfdne') format('woff'),
|
||||
url('icons.svg?3nfdne#icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icons' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icons' !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-pencil:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e986";
|
||||
content: "\e986";
|
||||
}
|
||||
.icon-info:before {
|
||||
content: "\ea0c";
|
||||
content: "\ea0c";
|
||||
}
|
||||
.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