app.kluk.fr/app/assets/stylesheets/kluk.css

85 lines
1.3 KiB
CSS
Raw Normal View History

2025-12-01 13:12:00 +01:00
/*
* 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;
}
.current-day {
background-color: white;
position: sticky;
top: 0
}
2025-12-01 15:01:40 +01:00
.bar-afond {
2025-12-01 13:12:00 +01:00
background: black;
width: 10px;
height: 10px;
}
2025-12-01 15:01:40 +01:00
.bar-creatif {
2025-12-01 13:12:00 +01:00
background: red;
width: 10px;
height: 10px;
}
2025-12-01 15:01:40 +01:00
.bar-frigo {
2025-12-01 13:12:00 +01:00
background: gray;
width: 10px;
height: 10px;
}
2025-12-01 15:01:40 +01:00
.bar-croisiere {
2025-12-01 13:12:00 +01:00
background: green;
width: 10px;
height: 10px;
}
2025-12-01 15:01:40 +01:00
.bar-en-charge {
2025-12-01 13:12:00 +01:00
background: orange;
width: 10px;
height: 10px;
}
2025-12-01 15:01:40 +01:00
2025-12-02 17:38:47 +01:00
.day {
2025-12-01 13:12:00 +01:00
border: 1px;
margin: 4px;
min-width: 15px;
min-height: 15px;
}
2025-12-01 15:01:40 +01:00
2025-12-01 13:12:00 +01:00
.creatif {
background-color: red;
}
2025-12-01 15:01:40 +01:00
2025-12-01 13:12:00 +01:00
.en-charge {
background-color: orange;
}
2025-12-01 15:01:40 +01:00
2025-12-01 13:12:00 +01:00
.frigo-vide {
background-color: grey;
}
2025-12-01 15:01:40 +01:00
2025-12-01 13:12:00 +01:00
.croisiere {
background-color: green;
}
2025-12-01 15:01:40 +01:00
2025-12-01 13:12:00 +01:00
.afond {
background-color: black;
}
.info {
margin: 30px;
}