- Architecture MVC avec framework maison d6 - Modules : devis, clients, marchés, SAP - Documentation initiale (README et TODO) - Configuration Composer avec dépendances 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
212 lines
2.5 KiB
CSS
212 lines
2.5 KiB
CSS
.bg-green {
|
|
background-color: #339933;
|
|
}
|
|
|
|
.bg-success,
|
|
.bg-emerald {
|
|
background-color: #2ecc71;
|
|
}
|
|
|
|
.bg-nephritis {
|
|
background-color: #27ae60;
|
|
}
|
|
|
|
.bg-lime {
|
|
background-color: #8cbf26;
|
|
}
|
|
|
|
.bg-green-light {
|
|
background: #A0D468;
|
|
}
|
|
|
|
.bg-teal {
|
|
background-color: #00aba9;
|
|
}
|
|
|
|
.bg-turquoise {
|
|
background-color: #1abc9c;
|
|
}
|
|
|
|
.bg-green-sea {
|
|
background-color: #16a085;
|
|
}
|
|
|
|
.bg-mint {
|
|
background: #37bc9b;
|
|
}
|
|
|
|
.bg-mint-light {
|
|
background: #48cfad;
|
|
}
|
|
|
|
.bg-mint-light label {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bg-blue {
|
|
background-color: #2e8bcc;
|
|
}
|
|
|
|
.text-blue {
|
|
color: #2e8bcc;
|
|
}
|
|
|
|
.bg-info,
|
|
.bg-peter-river {
|
|
background-color: #3498db;
|
|
}
|
|
|
|
.bg-belize-hole {
|
|
background-color: #2980b9;
|
|
}
|
|
|
|
.bg-blue-jeans {
|
|
background: #4A89DC;
|
|
}
|
|
|
|
.bg-blue-jeans-light {
|
|
background: #5D9CEC;
|
|
}
|
|
|
|
.bg-blue-aqua-light {
|
|
background: #4fc1e9;
|
|
}
|
|
|
|
.bg-blue-aqua {
|
|
background: #3BAFDA;
|
|
}
|
|
|
|
.bg-wet-asphalt {
|
|
background-color: #34495e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bg-midnight-blue {
|
|
background-color: #2c3e50;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bg-red {
|
|
background-color: #e51400;
|
|
}
|
|
|
|
.bg-pomegranate {
|
|
background-color: #c0392b;
|
|
}
|
|
|
|
.bg-danger,
|
|
.bg-alert,
|
|
.bg-alizarin {
|
|
background-color: #e74c3c;
|
|
}
|
|
|
|
.bg-red-light {
|
|
background: #ed5565;
|
|
}
|
|
|
|
.bg-pumpkin {
|
|
background-color: #d35400;
|
|
}
|
|
|
|
.bg-magenta {
|
|
background-color: #ff0097;
|
|
}
|
|
|
|
.bg-orange-light {
|
|
background: #fc6e51;
|
|
}
|
|
|
|
.bg-carrot {
|
|
background-color: #e67e22;
|
|
}
|
|
|
|
.bg-orange {
|
|
background-color: #f39c12;
|
|
}
|
|
|
|
.bg-sun-flower,
|
|
.bg-warning {
|
|
background-color: #f1c40f;
|
|
}
|
|
|
|
.bg-yellow {
|
|
background-color: #ffc40d;
|
|
color: #000000;
|
|
}
|
|
|
|
.bg-yellow-light,
|
|
.stabilo {
|
|
background: #FFCE54;
|
|
}
|
|
|
|
.post-it {
|
|
background: #FAFAD2;
|
|
}
|
|
|
|
.bg-pink {
|
|
background-color: #e671b8;
|
|
}
|
|
|
|
.btn-purple,
|
|
.bg-purple {
|
|
background-color: #7b4f9d;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bg-amethyst {
|
|
background-color: #9b59b6;
|
|
}
|
|
|
|
.bg-wisteria {
|
|
background-color: #8e44ad;
|
|
}
|
|
|
|
.bg-wisteria-light {
|
|
background-color: #BE90D4;
|
|
}
|
|
|
|
.bg-wisteria-light label {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bg-white {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.bg-clouds {
|
|
background-color: #ecf0f1;
|
|
color: #34495e;
|
|
}
|
|
|
|
.bg-clouds h1,
|
|
.bg-clouds h2,
|
|
.bg-clouds h3,
|
|
.bg-clouds h4,
|
|
.bg-clouds h5,
|
|
.bg-clouds h6 {
|
|
color: #34495e;
|
|
}
|
|
|
|
.bg-clouds .tile-label {
|
|
color: #34495e;
|
|
}
|
|
|
|
.bg-light {
|
|
background-color: #ededed;
|
|
}
|
|
|
|
.bg-silver {
|
|
background-color: #bdc3c7;
|
|
}
|
|
|
|
.bg-concrete {
|
|
background-color: #95a5a6;
|
|
}
|
|
|
|
.bg-asbestos {
|
|
background-color: #7f8c8d;
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: #000000;
|
|
} |