mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-01-17 06:38:14 +01:00
Improving dark mode form styles
This commit is contained in:
parent
4e8b26a3b0
commit
21d25374b7
@ -237,6 +237,10 @@ button:hover .icon svg {
|
||||
height: 1.25em;
|
||||
display: inline-block;
|
||||
}
|
||||
.dark-mode-form {
|
||||
float: right;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.home-title {
|
||||
text-align: center;
|
||||
}
|
||||
@ -266,7 +270,7 @@ button:hover .icon svg {
|
||||
}
|
||||
@media only screen and (max-width: 420px) {
|
||||
.home-buttons {
|
||||
padding-top: 0.5em;
|
||||
padding-top: 0.5rem;
|
||||
max-width: 15em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -275,13 +279,17 @@ button:hover .icon svg {
|
||||
display: block;
|
||||
}
|
||||
.home-buttons .menu {
|
||||
margin-top: 0.5em;
|
||||
margin-top: 0.5rem;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
.home-buttons .dark-mode-form {
|
||||
float: none;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.menu {
|
||||
margin-bottom: 1.5em;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.modal {
|
||||
position: fixed;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="icon">{{ readFile "static/show-sidebar.svg" | safeHTML }}</div>
|
||||
Table of Contents
|
||||
</button>
|
||||
<form style="float: right; padding-left: 1rem;">
|
||||
<form class="dark-mode-form">
|
||||
<label for="dark_mode">Dark Mode?</label>
|
||||
<input type="checkbox" id="dark_mode" name="dark_mode" />
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user