mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
rename dist to static, fixes #8
This commit is contained in:
36
static/css/fontello.css
vendored
Normal file
36
static/css/fontello.css
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('/fonts/fontello.eot');
|
||||
src: url('/fonts/fontello.eot') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2') format('woff2'),
|
||||
url('/fonts/fontello.woff') format('woff'),
|
||||
url('/fonts/fontello.ttf') format('truetype'),
|
||||
url('/fonts/fontello.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: .2em;
|
||||
text-align: center;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1em;
|
||||
margin-left: .2em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-search:before { content: '\e800'; } /* '' */
|
||||
.icon-dollar:before { content: '\e801'; } /* '' */
|
||||
.icon-info-circled:before { content: '\e802'; } /* '' */
|
||||
.icon-cog:before { content: '\e803'; } /* '' */
|
||||
.icon-twitter:before { content: '\f099'; } /* '' */
|
||||
BIN
static/css/sprite.png
Normal file
BIN
static/css/sprite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
1378
static/css/styles.css
Normal file
1378
static/css/styles.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user