app.kluk.fr/app/assets/stylesheets/kluk.css
2026-03-15 19:27:36 +01:00

66 lines
1.1 KiB
CSS

/*
* This is a manifest file that'll be compiled into application.css.
*
* With Propshaft, assets are served efficiently without preprocessing steps. You can still include
* application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
* cascading order, meaning styles declared later in the document or manifest will override earlier ones,
* depending on specificity.
*
* Consider organizing styles into separate files for maintainability.
*/
body {
margin: 0px;
font-family: "Sour Gummy", sans-serif;
font-weight: 350;
font-style: normal;
}
main {
height: 100vh;
}
#navbar-top {
position: sticky;
top: 0;
}
.tracker {
align-content: center;
}
.logs {
height: 60vh;
overflow: scroll;
}
.current-day {
background-color: white;
position: sticky;
top: 64px;
align-content: center;
}
.bar {
width: 10px;
height: 10px;
}
.day {
border: 1px;
margin: 4px;
width: 15px;
height: 15px;
}
.selected-day {
border: 2px double white;
margin: 4px;
width: 15px;
height: 15px;
}
.info {
margin: 30px;
}