Skip to content

Commit

Permalink
template: styles: Make bottom panel prettier
Browse files Browse the repository at this point in the history
Make bottom panel thinner, make bottom panel text smaller in size and
thinner.
Also remove redundant lines that appeared twice.

Signed-off-by: Patrick Barsanti <[email protected]>
  • Loading branch information
patriickoo authored and panicking committed Jun 5, 2024
1 parent 2b9f28d commit 8c638dd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions template/layouts/cover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</div>
<table class="bottompanel">
<tr>
<th style="text-align:left; padding-left:8px;">
<th style="text-align:left; padding-left:8px; font-weight:400">
<a href="https://www.amarulasolutions.com">https://www.amarulasolutions.com</a>
</th>
<th>
<SlideCurrentNo class="" />
<SlideCurrentNo class="" style="font-weight:400"/>
</th>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions template/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</div>
<table class="bottompanel">
<tr>
<th style="text-align:left; padding-left:8px;">
<th style="text-align:left; padding-left:8px; font-weight:400">
<a href="https://www.amarulasolutions.com">https://www.amarulasolutions.com</a>
</th>
<th>
<SlideCurrentNo />
<SlideCurrentNo style="font-weight:400"/>
</th>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions template/layouts/fact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</div>
<table class="bottompanel">
<tr>
<th style="text-align:left; padding-left:8px;">
<th style="text-align:left; padding-left:8px; font-weight:400">
<a href="https://www.amarulasolutions.com">https://www.amarulasolutions.com</a>
</th>
<th>
<SlideCurrentNo />
<SlideCurrentNo style="font-weight:400"/>
</th>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions template/layouts/section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</div>
<table class="bottompanel">
<tr>
<th style="text-align:left; padding-left:8px;">
<th style="text-align:left; padding-left:8px; font-weight:400">
<a href="https://www.amarulasolutions.com">https://www.amarulasolutions.com</a>
</th>
<th>
<SlideCurrentNo />
<SlideCurrentNo style="font-weight:400"/>
</th>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions template/layouts/two-cols.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const props = defineProps({
</div>
<table class="bottompanel">
<tr>
<th style="text-align:left; padding-left:8px;">
<th style="text-align:left; padding-left:8px; font-weight:400">
<a href="https://www.amarulasolutions.com">https://www.amarulasolutions.com</a>
</th>
<th>
<SlideCurrentNo />
<SlideCurrentNo style="font-weight:400"/>
</th>
</tr>
</table>
Expand Down
7 changes: 2 additions & 5 deletions template/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,14 @@ h2 {
left: 0px;
right: 0px;
bottom: 0px;
height: 32px;
height: 32px;
height: 24px;
width: 100%;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 16px;
padding-left: 16px;
font-size: 16px;
font-size: 12px;
background-color: #fdcb0b;
background-color: #fdcb0b;
font-weight: bold;
}

.slidev-layout.section {
Expand Down

0 comments on commit 8c638dd

Please sign in to comment.