wagtail-enap-designsystem 1.2.1.174__py3-none-any.whl → 1.2.1.176__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wagtail-enap-designsystem might be problematic. Click here for more details.

Files changed (20) hide show
  1. enap_designsystem/blocks/html_blocks.py +142 -27
  2. enap_designsystem/migrations/0445_alter_areaaluno_body_alter_cursoeadpage_curso_and_more.py +70889 -0
  3. enap_designsystem/migrations/0446_alter_areaaluno_body_alter_enapcomponentes_body_and_more.py +55314 -0
  4. enap_designsystem/migrations/0447_alter_areaaluno_body_alter_enapcomponentes_body_and_more.py +55294 -0
  5. enap_designsystem/models.py +1 -0
  6. enap_designsystem/static/enap_designsystem/blocks/banner.css +1 -1
  7. enap_designsystem/static/enap_designsystem/blocks/btn.css +11 -5
  8. enap_designsystem/static/enap_designsystem/blocks/capsulas.css +662 -690
  9. enap_designsystem/static/enap_designsystem/blocks/carousel_images.css +0 -2
  10. enap_designsystem/static/enap_designsystem/blocks/suap/suap_courses_block.css +1 -0
  11. enap_designsystem/templates/enap_designsystem/blocks/card_block.html +4 -2
  12. enap_designsystem/templates/enap_designsystem/blocks/suap/apisuap_courses_block.html +224 -208
  13. enap_designsystem/templates/enap_designsystem/blocks/texto_imagem.html +1 -1
  14. enap_designsystem/templates/enap_designsystem/pages/capsula_index_page.html +67 -755
  15. enap_designsystem/templates/enap_designsystem/pages/quiz_rota_page.html +425 -389
  16. {wagtail_enap_designsystem-1.2.1.174.dist-info → wagtail_enap_designsystem-1.2.1.176.dist-info}/METADATA +1 -1
  17. {wagtail_enap_designsystem-1.2.1.174.dist-info → wagtail_enap_designsystem-1.2.1.176.dist-info}/RECORD +20 -17
  18. {wagtail_enap_designsystem-1.2.1.174.dist-info → wagtail_enap_designsystem-1.2.1.176.dist-info}/WHEEL +0 -0
  19. {wagtail_enap_designsystem-1.2.1.174.dist-info → wagtail_enap_designsystem-1.2.1.176.dist-info}/licenses/LICENSE +0 -0
  20. {wagtail_enap_designsystem-1.2.1.174.dist-info → wagtail_enap_designsystem-1.2.1.176.dist-info}/top_level.txt +0 -0
@@ -2957,6 +2957,7 @@ class Template001(Page):
2957
2957
 
2958
2958
  class HolofotePage(Page):
2959
2959
  """Template Holofote"""
2960
+ subpage_types = ['HolofotePage']
2960
2961
 
2961
2962
  template = "enap_designsystem/pages/template_holofote.html"
2962
2963
 
@@ -1,5 +1,5 @@
1
1
  .banner {
2
- height: 90vh;
2
+ height: 620px;
3
3
  background-position: center;
4
4
  background-repeat: no-repeat;
5
5
  background-size: cover;
@@ -12,6 +12,7 @@ a{
12
12
  justify-content: center;
13
13
  gap: 8px;
14
14
  text-decoration: none;
15
+ margin: 20px 0;
15
16
  }
16
17
 
17
18
  .content-richtext a {
@@ -40,26 +41,31 @@ a{
40
41
  }
41
42
 
42
43
  .small{
43
- height: 32px;
44
+ height: 32px !important;
44
45
  border-radius: 32px;
45
46
  }
46
47
 
47
48
  .medium{
48
- height: 40px;
49
+ height: 40px !important;
49
50
  border-radius: 32px;
50
51
  }
51
52
 
52
53
  .large{
53
- height: 48px;
54
+ height: 48px !important;
54
55
  border-radius: 32px;
55
56
  }
56
57
 
57
- .small:disabled, .medium:disabled, .large:disabled{
58
+ .extra-large{
59
+ height: 60px !important;
60
+ border-radius: 32px;
61
+ }
62
+
63
+ .small:disabled, .medium:disabled, .large:disabled, .extra-large:disabled{
58
64
  background-color: #C8D1E0;
59
65
  }
60
66
 
61
67
  .primary{
62
- padding: 12px 16px;
68
+ padding: 0 16px;
63
69
  background-color: #007D7A;
64
70
  border: none;
65
71
  color: white;