Skip to content

Commit 1c75967

Browse files
committed
update scss
1 parent 844f4f4 commit 1c75967

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

src/wysiwgUmbracoCommunityExtensions.TestSite/uSync/v16/Content/home.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,10 @@
444444
}]]></Value>
445445
</grid>
446446
<pageBackgroundColor>
447-
<Value><![CDATA[]]></Value>
447+
<Value><![CDATA[{
448+
"label": "",
449+
"value": "#d2c274"
450+
}]]></Value>
448451
</pageBackgroundColor>
449452
</Properties>
450453
</Content>

src/wysiwgUmbracoCommunityExtensions.TestSite/wwwroot/styles/_wysiwyg-base.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ body, html {
99
margin: 0 auto;
1010
}
1111

12+
footer {
13+
--footer-color: #ccc;
14+
background-color: #5e5e5e73;
15+
padding: 10px;
16+
color: var(--footer-color);
17+
18+
a {
19+
color: var(--footer-color);
20+
text-decoration: none;
21+
font-family: sans-serif;
22+
23+
&:hover {
24+
color: white;
25+
text-decoration: underline;
26+
}
27+
28+
strong {
29+
color: white;
30+
}
31+
}
32+
}
33+
1234
.wysiwg {
1335
display: block;
1436
height: 100%;

src/wysiwgUmbracoCommunityExtensions.TestSite/wwwroot/styles/customblockgrid.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,25 @@ body, html {
7575
margin: 0 auto;
7676
}
7777

78+
footer {
79+
--footer-color: #ccc;
80+
background-color: rgba(94, 94, 94, 0.4509803922);
81+
padding: 10px;
82+
color: var(--footer-color);
83+
}
84+
footer a {
85+
color: var(--footer-color);
86+
text-decoration: none;
87+
font-family: sans-serif;
88+
}
89+
footer a:hover {
90+
color: white;
91+
text-decoration: underline;
92+
}
93+
footer a strong {
94+
color: white;
95+
}
96+
7897
.wysiwg {
7998
display: block;
8099
height: 100%;

src/wysiwgUmbracoCommunityExtensions.TestSite/wwwroot/styles/customblockgrid.min.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.

0 commit comments

Comments
 (0)