Skip to content

Commit

Permalink
Merge pull request #60 from Eoxia/develop
Browse files Browse the repository at this point in the history
2.4.0
  • Loading branch information
eoxia-amandine authored Jul 26, 2024
2 parents 6ce0a3d + 976a797 commit 13e80f5
Show file tree
Hide file tree
Showing 76 changed files with 17,276 additions and 36,533 deletions.
65 changes: 65 additions & 0 deletions acf-json/group_6617dbb4efcd8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"key": "group_6617dbb4efcd8",
"title": "Beflex Settings",
"fields": [
{
"key": "field_6617dbb50e861",
"label": "Réglages généraux",
"name": "",
"aria-label": "",
"type": "tab",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"placement": "left",
"endpoint": 0
},
{
"key": "field_6617dbdb0e862",
"label": "Page d'inscription \/ connexion",
"name": "page_url_register",
"aria-label": "",
"type": "page_link",
"instructions": "A utiliser pour modifier la page d'inscription par défaut de Sensei LMS",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"post_type": [
"page"
],
"post_status": "",
"taxonomy": "",
"allow_archives": 1,
"multiple": 0,
"allow_null": 0
}
],
"location": [
[
{
"param": "options_page",
"operator": "==",
"value": "theme-general-settings"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1712839735
}
30 changes: 28 additions & 2 deletions assets/css/style-sensei.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ body.learner-profile article.post:not(.course), body.learner-archive-message art
display: flex;
margin-top: 0;
}
@media (max-width: 599px) {
body.learner-profile article.post:not(.course), body.learner-archive-message article.post:not(.course), body.single-sensei_message article.post:not(.course) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body.learner-profile article.post:not(.course) .profile-sidebar, body.learner-archive-message article.post:not(.course) .profile-sidebar, body.single-sensei_message article.post:not(.course) .profile-sidebar {
width: 30%;
-webkit-box-ordinal-group: 2;
Expand All @@ -116,6 +124,11 @@ body.learner-profile article.post:not(.course) .profile-sidebar, body.learner-ar
background: #fff;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px) {
body.learner-profile article.post:not(.course) .profile-sidebar, body.learner-archive-message article.post:not(.course) .profile-sidebar, body.single-sensei_message article.post:not(.course) .profile-sidebar {
width: 100%;
}
}
body.learner-profile article.post:not(.course) #learner-container, body.learner-archive-message article.post:not(.course) #learner-container, body.single-sensei_message article.post:not(.course) #learner-container {
width: 70%;
-webkit-box-ordinal-group: 3;
Expand All @@ -126,6 +139,11 @@ body.learner-profile article.post:not(.course) #learner-container, body.learner-
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (max-width: 599px) {
body.learner-profile article.post:not(.course) #learner-container, body.learner-archive-message article.post:not(.course) #learner-container, body.single-sensei_message article.post:not(.course) #learner-container {
width: 100%;
}
}
body.learner-profile #learner-container, body.learner-archive-message #learner-container, body.single-sensei_message #learner-container {
padding: 0 10% 2em 2em;
}
Expand Down Expand Up @@ -169,9 +187,16 @@ body.learner-profile .post.course .meter .value {
}

.profile-sidebar .profile-sidebar-content {
margin-left: 250px;
margin-left: auto;
padding-top: 2em;
padding-right: 4em;
max-width: 250px;
}
@media (max-width: 599px) {
.profile-sidebar .profile-sidebar-content {
margin-right: auto;
padding-right: 0;
}
}
.profile-sidebar .profile-sidebar-content svg {
max-width: 12px;
Expand Down Expand Up @@ -434,7 +459,8 @@ body.sensei-template-old .wp-block-sensei-lms-course-list-filter {
}
.wp-block-sensei-lms-course-outline.is-style-beflex .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__lessons-title,
.wp-block-sensei-lms-course-outline-module.is-style-beflex .wp-block-sensei-lms-course-outline-module__lessons-title {
background: none;
background: none !important;
font-size: 10px;
}
.wp-block-sensei-lms-course-outline.is-style-beflex .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-lesson > span,
.wp-block-sensei-lms-course-outline-module.is-style-beflex .wp-block-sensei-lms-course-outline-lesson > span {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style-sensei.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/gutenberg-build/block-animation-in.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => '1637d25448aa79d2d450aaa8b9d0e3c9');
<?php return array('dependencies' => array('react-jsx-runtime'), 'version' => '0728d7ffa1ed396909fe');
Loading

0 comments on commit 13e80f5

Please sign in to comment.