mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
committed by
Raphael Michel
parent
56d9a1a3ad
commit
4d8c3fe435
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 118 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 117 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,47 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('../../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot');
|
||||
src: url('../../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff') format('woff'),
|
||||
url('../../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf') format('truetype'),
|
||||
url('../../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('../../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot');
|
||||
src: url('../../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff') format('woff'),
|
||||
url('../../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
|
||||
url('../../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('../../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot');
|
||||
src: url('../../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.woff') format('woff'),
|
||||
url('../../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.ttf') format('truetype'),
|
||||
url('../../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
|
||||
src: url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('../../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@@ -4,6 +4,8 @@ $gray: lighten(#000, 33.5%);
|
||||
$gray-light: lighten(#000, 60%);
|
||||
$gray-lighter: lighten(#000, 93.5%);
|
||||
$gray-lightest: lighten(#000, 97.25%);
|
||||
$font-family-sans-serif: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$font-path: static("fonts");
|
||||
$brand-primary: #8E44B3;
|
||||
$brand-success: #5cb85c;
|
||||
$brand-info: #5bc0de;
|
||||
|
||||
@@ -11,6 +11,7 @@ $fa-font-path: static("fontawesome/fonts");
|
||||
@import "_flags.scss";
|
||||
@import "_orders.scss";
|
||||
@import "_dashboard.scss";
|
||||
@import "../../pretixbase/scss/webfont.scss";
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import "../../pretixcontrol/scss/_variables.scss";
|
||||
@import "../../pretixbase/scss/colors.scss";
|
||||
@import "../../bootstrap/scss/_bootstrap.scss";
|
||||
$fa-font-path: static("fontawesome/fonts");
|
||||
@@ -6,6 +7,7 @@ $fa-font-path: static("fontawesome/fonts");
|
||||
@import "_event.scss";
|
||||
@import "_cart.scss";
|
||||
@import "_forms.scss";
|
||||
@import "../../pretixbase/scss/webfont.scss";
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user