Skip to content

Commit 321be51

Browse files
committed
BKDK-456 Added theme changes
1 parent 9f40fc5 commit 321be51

File tree

3 files changed

+94
-1
lines changed

3 files changed

+94
-1
lines changed

web/themes/custom/fds_ballerup_theme/dist/stylesheets/stylesheet.css

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/custom/fds_ballerup_theme/src/styles/theme/entity/teaser/_loader.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
@import "news";
66
@import "event";
77
@import "hearing";
8+
@import "pi";
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
// |--------------------------------------------------------------------------
2+
// | Page
3+
// |--------------------------------------------------------------------------
4+
// |
5+
// | This file contains styles for the following:
6+
// | - .entity-teaser--os2web-person-information
7+
// |
8+
9+
// --------------------------------------------------
10+
// Variables
11+
// --------------------------------------------------
12+
13+
// --------------------------------------------------
14+
// Mixins
15+
// --------------------------------------------------
16+
17+
@mixin entity-teaser--os2web-person-information-mixin() {}
18+
19+
// --------------------------------------------------
20+
// Styling
21+
// --------------------------------------------------
22+
23+
.entity-teaser--os2web-person-information {
24+
h3 {
25+
font-size: 2.2rem;
26+
}
27+
28+
.field--name-field-os2web-pi{
29+
&-role {
30+
margin-top: 10px;
31+
margin-bottom: 10px;
32+
}
33+
34+
&-party {
35+
font-weight: bold;
36+
}
37+
}
38+
}
39+
40+
// --------------------------------------------------
41+
// Variants
42+
// --------------------------------------------------
43+
44+
// --------------------------------------------------
45+
// Responsive
46+
// --------------------------------------------------
47+
48+
// Mobile - and up
49+
@include media-breakpoint-up(xs) {}
50+
51+
// Mobile - only
52+
@include media-breakpoint-only(xs, $grid-breakpoints) {}
53+
54+
// Tablet - and up
55+
@include media-breakpoint-up(sm) {}
56+
57+
// Tablet - only
58+
@include media-breakpoint-only(sm, $grid-breakpoints) {}
59+
60+
// Desktop - and up
61+
@include media-breakpoint-up(md) {}
62+
63+
// Desktop - only
64+
@include media-breakpoint-only(md, $grid-breakpoints) {}
65+
66+
// Large desktop - and up
67+
@include media-breakpoint-up(lg) {}
68+
69+
// Large desktop - only
70+
@include media-breakpoint-only(lg, $grid-breakpoints) {}
71+
72+
// Extra large desktop - and up
73+
@include media-breakpoint-up(xl) {}
74+
75+
// Print
76+
@media print {}
77+
78+
// Touch
79+
.no-touchevents {}
80+
81+
// No touch
82+
.no-touchevents {}

0 commit comments

Comments
 (0)