Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

education article details css

Merged Pierre Jarriges requested to merge dev into master
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
@@ -162,16 +162,23 @@
.edu-art-details {
grid-column: 1 / span 3;
h2 {
font-size: 18px;
color: $light_2;
margin: 5px 0;
}
.details-list {
.detail {
display: flex;
gap: 20px;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #ddd;
padding: 6px 0;
border-bottom: 1px solid $light_0;
label {
font-weight: 600;
color: $dark_3;
}
}
}
Loading