Skip to content

Commit 97325dd

Browse files
author
Simon L. Lange
committed
FAXE-381: more styles
1 parent 31a3836 commit 97325dd

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
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: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,60 @@
148148
}
149149
}
150150
.sidebar__box-body {
151-
padding: 0 40px;
151+
padding: 0 40px 40px 40px;
152152
}
153153
}
154154

155155

156+
#block-indholdfield-ext-links {
157+
h2 {
158+
font-size: 2.4rem;
159+
color: #00789e;
160+
font-weight: normal;
161+
position: relative;
162+
padding: 40px;
163+
164+
&:after {
165+
display: block;
166+
position: absolute;
167+
content: "";
168+
height: 2px;
169+
width: 140px;
170+
left: 0;
171+
bottom: 19px;
172+
background-color: #e2dddb;
173+
}
174+
}
175+
176+
.field--name-field-selfbetjening-ref {
177+
padding: 0 40px 40px 40px;
178+
179+
.field-item {
180+
a {
181+
padding-left: 35px;
182+
text-decoration: none;
183+
184+
&:hover {
185+
text-decoration: underline;
186+
}
187+
188+
&:before {
189+
top: -1px;
190+
left: 0;
191+
192+
font-size: 2.4rem;
193+
font-family: "Material Icons";
194+
content: "keyboard_backspace";
195+
196+
color: $color__bullets;
197+
198+
transform: rotate(180deg);
199+
}
200+
}
201+
}
202+
}
203+
}
204+
156205

157206

158207
// --------------------------------------------------

0 commit comments

Comments
 (0)