diff --git a/KakeysBakery/Components/Layout/MainFooter.razor b/KakeysBakery/Components/Layout/MainFooter.razor new file mode 100644 index 0000000..51c4e91 --- /dev/null +++ b/KakeysBakery/Components/Layout/MainFooter.razor @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/KakeysBakery/Components/Layout/MainFooter.razor.css b/KakeysBakery/Components/Layout/MainFooter.razor.css new file mode 100644 index 0000000..e3baf2f --- /dev/null +++ b/KakeysBakery/Components/Layout/MainFooter.razor.css @@ -0,0 +1,19 @@ +.bi { + display: inline-block; + position: relative; + width: 1.25rem; + height: 1.25rem; + margin-right: 0.75rem; + top: -1px; + background-size: cover; +} + +.i { + font-family: Trebuchet MS; + font-size: 1.6rem; + color: #dee2e6; +} + +.footer { + background-color: #4E362E +} \ No newline at end of file diff --git a/KakeysBakery/Components/Layout/MainLayout.razor b/KakeysBakery/Components/Layout/MainLayout.razor index 6edb2f0..989ed7f 100644 --- a/KakeysBakery/Components/Layout/MainLayout.razor +++ b/KakeysBakery/Components/Layout/MainLayout.razor @@ -2,13 +2,13 @@