forked from gooddata/gooddata-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_styles_project.scss
More file actions
45 lines (41 loc) · 977 Bytes
/
_styles_project.scss
File metadata and controls
45 lines (41 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Import external styles TODO: link those directly from gooddata/gdc-website repository
@import "functions/functions.pxtorem";
@import "mixins/mixins.media-queries";
@import "variables/variables.colors";
@import "variables/variables.media-queries";
// Local styles
@import "typography";
@import "header";
@import "breadcrumbs";
@import "dropdown";
@import "menu";
@import "layout";
@import "prev-next-pages";
@import "toc";
@import "code-select";
@import "share-dialog";
@import "swagger";
@import "alert";
@import "tooltip";
@import "homepage";
@import "tables";
@import "content-select";
@import "embedded-image";
@import "api-reference";
@import "addon-widget";
@import "expand-content";
@import "404";
@import "parameters-block";
@import "parameter";
@import "heading-anchor";
#print {
display: none; // Hide print functionality for now
}
.gd-footer {
min-height: auto;
margin-left: -15px;
margin-right: -15px;
&-buttons svg {
vertical-align: top;
}
}