maj liste cours
This commit is contained in:
@@ -11,7 +11,11 @@ h1 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2,h3,h4,h5,h6,span{
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
font-family: "Nunito", sans-serif !important;
|
font-family: "Nunito", sans-serif !important;
|
||||||
@@ -21,7 +25,8 @@ h2,h3,h4,h5,h6,span{
|
|||||||
color: #315397 !important;
|
color: #315397 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c4lv-readingcontext p, .c4lv-readingcontext {
|
.c4lv-readingcontext p,
|
||||||
|
.c4lv-readingcontext {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
@@ -35,12 +40,14 @@ h2,h3,h4,h5,h6,span{
|
|||||||
margin: 12px auto;
|
margin: 12px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c4lv-dodontcards .c4l-dodontcards-do::before {
|
.c4lv-dodontcards .c4l-dodontcards-do::before {
|
||||||
content: url(https://www.formations.octopusdesign.fr/theme/image.php/boost_magnific/tiny_c4l/1752797278/c4l_docard);
|
content: url(https://www.formations.octopusdesign.fr/theme/image.php/boost_magnific/tiny_c4l/1752797278/c4l_docard);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c4lv-dodontcards .c4l-dodontcards-dont {
|
.c4lv-dodontcards .c4l-dodontcards-dont {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -50,6 +57,7 @@ h2,h3,h4,h5,h6,span{
|
|||||||
margin: 12px auto;
|
margin: 12px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c4lv-dodontcards .c4l-dodontcards-dont::before {
|
.c4lv-dodontcards .c4l-dodontcards-dont::before {
|
||||||
content: url(https://www.formations.octopusdesign.fr/theme/image.php/boost_magnific/tiny_c4l/1752797278/c4l_dontcard);
|
content: url(https://www.formations.octopusdesign.fr/theme/image.php/boost_magnific/tiny_c4l/1752797278/c4l_dontcard);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -57,6 +65,15 @@ h2,h3,h4,h5,h6,span{
|
|||||||
right: 12px;
|
right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c4lv-readingcontext p, .c4lv-readingcontext span, .c4lv-readingcontext li {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 23px;
|
||||||
|
font-family: "Nunito", sans-serif !important;
|
||||||
|
font-optical-sizing: auto;
|
||||||
|
font-weight: 700 !important;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.2em !important;
|
font-size: 1.2em !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -274,11 +274,7 @@ const ListeCours = () => {
|
|||||||
<Typography variant="h6" sx={{ mb: 1 }}>
|
<Typography variant="h6" sx={{ mb: 1 }}>
|
||||||
{page.name}
|
{page.name}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography
|
|
||||||
variant="body2"
|
|
||||||
sx={{ whiteSpace: "pre-line" }}
|
|
||||||
dangerouslySetInnerHTML={{ __html: page.content }}
|
|
||||||
/>
|
|
||||||
<Box sx={{ display: "flex", gap: 1, mt: 1 }}>
|
<Box sx={{ display: "flex", gap: 1, mt: 1 }}>
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
@@ -344,7 +340,6 @@ const ListeCours = () => {
|
|||||||
<Typography
|
<Typography
|
||||||
variant="body2"
|
variant="body2"
|
||||||
sx={{ mb: 1 }}
|
sx={{ mb: 1 }}
|
||||||
dangerouslySetInnerHTML={{ __html: assign.intro || "" }}
|
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
@@ -385,8 +380,8 @@ const ListeCours = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: "8%",
|
||||||
width: "100vw",
|
width: "80%",
|
||||||
height: "100vh",
|
height: "100vh",
|
||||||
bgcolor: "background.paper",
|
bgcolor: "background.paper",
|
||||||
p: 4,
|
p: 4,
|
||||||
@@ -410,7 +405,7 @@ const ListeCours = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
<Box
|
<Box
|
||||||
sx={{ maxWidth: "900px", margin: "0 auto", paddingBottom: 8 }}
|
sx={{margin: "0 auto", paddingBottom: 8 }}
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html:
|
__html:
|
||||||
selectedPage?.content || selectedAssignment?.intro || "",
|
selectedPage?.content || selectedAssignment?.intro || "",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user