Skip to content

Commit

Permalink
move st-footer styles to stipplecore.css, apply basic flat style
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 21, 2024
1 parent ef16b27 commit 2d085a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
8 changes: 8 additions & 0 deletions assets/css/stipplecore.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
margin-left: 5px;
}

.st-footer {
padding: var(--st-spacing-md);
text-align: center;
background-color: var(--st-dashboard-bg-1);
margin: var(--st-spacing-xl) 8px;
}


/*===================================================================
LAYOUT
================================================================== */
Expand Down
15 changes: 0 additions & 15 deletions assets/css/themes/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,21 +703,6 @@
}


/*===================================================================
Footer
================================================================== */

.st-footer {
font-size: 0.8rem;
padding-top: 2rem !important;
text-align: center;
}
.st-footer .st-logo {
height: 17px;
margin-right: 2px;
}



/*===================================================================
St Field Label
Expand Down
15 changes: 0 additions & 15 deletions assets/css/themes/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,21 +703,6 @@
}


/*===================================================================
Footer
================================================================== */

.st-footer {
font-size: 0.8rem;
padding-top: 2rem !important;
text-align: center;
}
.st-footer .st-logo {
height: 17px;
margin-right: 2px;
}



/*===================================================================
St Field Label
Expand Down

0 comments on commit 2d085a1

Please sign in to comment.