blob: 7d11e2f8b5ae74c4a56a418498f4c4a9bdca93f1 [file] [log] [blame]
Akronbec4a6a2018-07-10 14:45:15 +02001@import "highlight"; // JSON highlighting
2@import "kwic"; // Kwic view information
3@import "logos"; // Logo images
4@import "matchinfo"; // Match table
5@import "tree"; // Tree view
6@import "pagination"; // Pagination
7@import "query"; // View query
8@import "resultinfo"; // Information on results
9@import "tutorial"; // Embedded and non-embedded tutorial
10@import "koralquery"; // KoralQuery
11@import "tagger"; // Tagger
12@import "alertify"; // Styling alerts
13@import "intro"; // Intro page
14@import "buttongroup"; // Button groups
Akron537bc522018-07-13 19:06:27 +020015@import "panel"; // Base panel system
Akrone8e2c952018-07-04 13:43:12 +020016@import "plugin"; // Plugin mechanism
hebasta75cfca52019-02-19 13:15:27 +010017@import "introjs"; // Guided Tour
18@import "introjs-ids"; // Guided Tour: IDS specific
Nils Diewalda31a5152015-04-17 21:05:23 +000019main {
20 margin: {
21 left: $standard-margin;
Nils Diewald4347ee92015-05-04 20:32:48 +000022 right: ($standard-margin / 2);
Nils Diewalda31a5152015-04-17 21:05:23 +000023 }
24 padding-bottom: 20pt;
25 &.embedded {
26 margin: {
27 left: 14px;
28 right: 14px;
29 }
30 }
31 p {
32 text-align: justify;
33 hyphens: auto;
34 }
Nils Diewalda31a5152015-04-17 21:05:23 +000035}
36
37blockquote {
38 border-radius: $standard-border-radius;
39 padding: 2pt 5pt 2pt 20pt;
40 margin: 0;
41 border-left: 5px solid $ids-blue-1;
42 background-color: $ids-blue-2;
43 color: $ids-blue-1;
44}