Implementation of task-list renaming.

This commit is contained in:
2022-03-06 12:57:31 +01:00
parent 8d3b7fa1c4
commit 7283e4f1aa
8 changed files with 128 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
html {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
@@ -46,6 +48,12 @@ button {
border-color: rgb(53, 53, 53);
}
&:disabled {
background-color: #aaa;
color: #ccc;
cursor: not-allowed;
}
&.icon {
width: 2rem;
height: 2rem;