Skip to content

Commit 31a3836

Browse files
author
Simon L. Lange
committed
FAXE-381: styling
1 parent fa29231 commit 31a3836

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

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

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

web/themes/custom/fds_faxe_theme/src/styles/theme/components/_box.scss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,34 @@
124124

125125
}
126126

127+
.sidebar__box {
128+
background-color: white;
129+
130+
.sidebar__box-heading {
131+
padding: 40px;
132+
position: relative;
133+
134+
&:after {
135+
display: block;
136+
position: absolute;
137+
content: "";
138+
height: 2px;
139+
width: 140px;
140+
left: 0;
141+
bottom: 19px;
142+
background-color: #e2dddb;
143+
}
144+
h2 {
145+
font-size: 2.4rem;
146+
color: #00789e;
147+
font-weight: normal;
148+
}
149+
}
150+
.sidebar__box-body {
151+
padding: 0 40px;
152+
}
153+
}
154+
127155

128156

129157

0 commit comments

Comments
 (0)