WE ARE GOING

This commit is contained in:
h
2023-10-05 02:14:46 -04:00
parent 45410393da
commit 21c909da9a
107 changed files with 4397 additions and 10 deletions
+27
View File
@@ -0,0 +1,27 @@
/**************
* header-bar *
**************/
.header-bar {
padding: 4px;
border-width: 0;
border-style: none;
background-color: @bg_color;
}
.header-bar .button.text-button {
padding: 4px;
}
.header-bar .button.image-button {
padding: 6px;
}
.header-bar .title {
font-weight: bold;
}
.header-bar .subtitle {
font-size: smaller;
}