@imiobe/plonetheme-smartweb-base 0.0.5 → 0.1.0

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.
Files changed (98) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/dist/css/theme.css +5 -0
  3. package/dist/fonts/roboto-bold..eot +0 -0
  4. package/dist/fonts/roboto-bold..ttf +0 -0
  5. package/dist/fonts/roboto-bold..woff +0 -0
  6. package/dist/fonts/roboto-bold..woff2 +0 -0
  7. package/dist/fonts/roboto-bolditalic..eot +0 -0
  8. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff +0 -0
  10. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  11. package/dist/fonts/roboto-italic..eot +0 -0
  12. package/dist/fonts/roboto-italic..ttf +0 -0
  13. package/dist/fonts/roboto-italic..woff +0 -0
  14. package/dist/fonts/roboto-italic..woff2 +0 -0
  15. package/dist/fonts/roboto-light..eot +0 -0
  16. package/dist/fonts/roboto-light..ttf +0 -0
  17. package/dist/fonts/roboto-light..woff +0 -0
  18. package/dist/fonts/roboto-light..woff2 +0 -0
  19. package/dist/fonts/roboto-lightitalic..eot +0 -0
  20. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff +0 -0
  22. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  23. package/dist/fonts/roboto-medium..eot +0 -0
  24. package/dist/fonts/roboto-medium..ttf +0 -0
  25. package/dist/fonts/roboto-medium..woff +0 -0
  26. package/dist/fonts/roboto-medium..woff2 +0 -0
  27. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  28. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  30. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  31. package/dist/fonts/roboto-regular..eot +0 -0
  32. package/dist/fonts/roboto-regular..ttf +0 -0
  33. package/dist/fonts/roboto-regular..woff +0 -0
  34. package/dist/fonts/roboto-regular..woff2 +0 -0
  35. package/dist/fonts/robotocondensed-light..eot +0 -0
  36. package/dist/fonts/robotocondensed-light..ttf +0 -0
  37. package/dist/fonts/robotocondensed-light..woff +0 -0
  38. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  42. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  43. package/dist/images/roboto-bolde46805ee..svg +1 -0
  44. package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
  45. package/dist/images/roboto-italic2332d1c3..svg +1 -0
  46. package/dist/images/roboto-light054c1c8a..svg +1 -0
  47. package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
  48. package/dist/images/roboto-medium832a5157..svg +1 -0
  49. package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
  50. package/dist/images/roboto-regulare788ed65..svg +1 -0
  51. package/dist/images/robotocondensed-light04ff367e..svg +1 -0
  52. package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
  53. package/dist/js/theme.js +1 -0
  54. package/index.html +68 -61
  55. package/manifest.cfg +5 -5
  56. package/package.json +22 -4
  57. package/src/index.js +59 -14
  58. package/src/scss/_breadcrum.scss +1 -0
  59. package/src/scss/_fonts.scss +11 -1
  60. package/src/scss/_general.scss +75 -75
  61. package/src/scss/_header.scss +38 -24
  62. package/src/scss/_mixin.scss +43 -35
  63. package/src/scss/_sitenav.scss +330 -485
  64. package/src/scss/_sub-sitenav.scss +114 -302
  65. package/src/scss/_swiper.scss +29 -12
  66. package/src/scss/_trucaverif.scss +632 -585
  67. package/src/scss/common/_com-cookies.scss +86 -75
  68. package/src/scss/common/_com-edition.scss +36 -24
  69. package/src/scss/common/_com-faceted.scss +155 -132
  70. package/src/scss/common/_com-footer.scss +9 -5
  71. package/src/scss/common/_com-list-image.scss +17 -15
  72. package/src/scss/common/_com-react.scss +63 -51
  73. package/src/scss/common/_messviewlet.scss +77 -59
  74. package/src/scss/homepage/_a-la-une.scss +30 -19
  75. package/src/scss/homepage/_actualites.scss +137 -108
  76. package/src/scss/homepage/_album.scss +88 -78
  77. package/src/scss/homepage/_banner.scss +35 -42
  78. package/src/scss/homepage/_events.scss +51 -24
  79. package/src/scss/homepage/_general-home.scss +49 -24
  80. package/src/scss/homepage/_newsletter.scss +30 -0
  81. package/src/scss/homepage/_quick-access.scss +16 -3
  82. package/src/scss/list/_list-block-img.scss +53 -49
  83. package/src/scss/list/_list-block.scss +70 -64
  84. package/src/scss/list/_list-img.scss +21 -14
  85. package/src/scss/list/_list.scss +55 -53
  86. package/src/scss/main.scss +23 -6
  87. package/src/scss/sections/_se-contact.scss +230 -138
  88. package/src/scss/sections/_se-file.scss +187 -166
  89. package/src/scss/sections/_se-gallery.scss +16 -14
  90. package/src/scss/sections/_se-link.scss +141 -135
  91. package/src/scss/sections/_se-linked-content.scss +4 -4
  92. package/src/scss/sections/_se-plan-geo.scss +101 -0
  93. package/src/scss/sections/_se-plan.scss +2 -2
  94. package/src/scss/sections/_se-postit.scss +19 -0
  95. package/src/scss/sections/_se-textes.scss +40 -54
  96. package/src/scss/variables.scss +201 -168
  97. package/theme.zip +0 -0
  98. package/theme4.2.zip +0 -0
@@ -1,87 +1,97 @@
1
1
  .albumhome {
2
- position: relative;
3
- padding-top: $album-section-padding-top;
4
- padding-bottom: $album-section-padding-bottom;
5
- margin: $album-section-margin;
6
- background: $album-section-bg;
2
+ position: relative;
3
+ padding-top: $album-section-padding-top;
4
+ padding-bottom: $album-section-padding-bottom;
5
+ margin: $album-section-margin;
6
+ background: $album-section-bg;
7
+
8
+ @if $album-section-full-width {
9
+ width: 100vw;
10
+ left: 50%;
11
+ transform: translateX(-50%);
12
+ max-width: 100vw;
13
+ }
14
+
15
+ .container {
16
+ padding-right: 0;
17
+ padding-left: 0;
18
+
7
19
  @if $album-section-full-width {
8
- width: 100vw;
9
- left: 50%;
10
- transform: translateX(-50%);
11
- max-width: 100vw;
20
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
21
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
12
22
  }
13
- .container {
14
- padding-right: 0;
15
- padding-left: 0;
16
- @if $album-section-full-width {
17
- padding-right: calc(var(--bs-gutter-x) * 0.5);
18
- padding-left: calc(var(--bs-gutter-x) * 0.5);
19
- }
23
+ }
24
+
25
+ .section-title {
26
+ color: $album-title-color;
27
+ margin: $album-title-margin;
28
+ padding: $album-title-padding;
29
+ text-align: $album-title-align;
30
+ }
31
+
32
+ .swiper-slide {
33
+ height: auto;
34
+
35
+ a {
36
+ text-decoration: none;
20
37
  }
21
- .section-title {
22
- color: $album-title-color;
23
- margin: $album-title-margin;
24
- padding: $album-title-padding;
25
- text-align: $album-title-align;
26
- @include media-breakpoint-up(lg) {}
27
- @include media-breakpoint-up(xxl) {}
38
+
39
+ & > a {
40
+ display: grid;
41
+ height: 100%;
42
+ place-items: start;
43
+ grid-auto-rows: min-content;
44
+ background: $album-item-bg-color;
45
+ border-radius: $album-item-bg-radius;
28
46
  }
29
- .swiper-slide {
30
- height: auto;
31
- a {
32
- text-decoration: none;
33
- }
34
- &>a {
35
- display: grid;
36
- height: 100%;
37
- place-items: start;
38
- grid-auto-rows: min-content;
39
- background: $album-item-bg-color;
40
- border-radius: $album-item-bg-radius;
41
- }
42
- .swiper-image {
43
- margin-bottom: $album-image-margin-bottom;
44
- border-radius: $album-image-border-radius;
45
- width: 100%;
46
- }
47
- .swiper_category {
48
- margin: $album-category-margin;
49
- span {
50
- display: block;
51
- padding: $album-category-padding;
52
- color: $album-category-color;
53
- background: $album-category-bg-color;
54
- font-size: $album-category-font-size;
55
- font-weight: $album-category-font-weight;
56
- text-transform: $album-category-text-transform;
57
- border-radius: $album-category-radius;
58
- }
59
- }
60
- .swiper_date {
61
- padding: $album-date-padding;
62
- margin: $album-date-margin;
63
- color: $album-date-color;
64
- font-size: $album-date-font-size;
65
- }
66
- .swiper_title {
67
- padding: $album-item-title-padding;
68
- margin: $album-item-title-margin;
69
- h3 {
70
- color: $album-item-title-color;
71
- font-size: $album-item-title-font-size;
72
- font-weight: $album-item-title-font-weight;
73
- text-transform: $album-item-title-text-transform;
74
- }
75
- }
47
+
48
+ .swiper-image {
49
+ margin-bottom: $album-image-margin-bottom;
50
+ border-radius: $album-image-border-radius;
51
+ width: 100%;
76
52
  }
53
+
54
+ .swiper_category {
55
+ margin: $album-category-margin;
56
+
57
+ span {
58
+ display: block;
59
+ padding: $album-category-padding;
60
+ color: $album-category-color;
61
+ background: $album-category-bg-color;
62
+ font-size: $album-category-font-size;
63
+ font-weight: $album-category-font-weight;
64
+ text-transform: $album-category-text-transform;
65
+ border-radius: $album-category-radius;
66
+ }
67
+ }
68
+
69
+ .swiper_date {
70
+ padding: $album-date-padding;
71
+ margin: $album-date-margin;
72
+ color: $album-date-color;
73
+ font-size: $album-date-font-size;
74
+ }
75
+
76
+ .swiper_title {
77
+ padding: $album-item-title-padding;
78
+ margin: $album-item-title-margin;
79
+
80
+ h3 {
81
+ color: $album-item-title-color;
82
+ font-size: $album-item-title-font-size;
83
+ font-weight: $album-item-title-font-weight;
84
+ text-transform: $album-item-title-text-transform;
85
+ }
86
+ }
87
+ }
77
88
  }
78
- .swiper-pagination-bullet-active {
79
- background: $primary !important;
80
- }
89
+
81
90
  // see all
82
91
  .sectionnews {
83
- .see_all {
84
- justify-content: $album-see-all-justify-content;
85
- @include see-all-style;
86
- }
87
- }
92
+ .see_all {
93
+ justify-content: $album-see-all-justify-content;
94
+
95
+ @include see-all-style;
96
+ }
97
+ }
@@ -1,5 +1,6 @@
1
1
  .smartweb_herobanner {
2
2
  position: relative;
3
+
3
4
  @if $banner-enable-full-width {
4
5
  width: 100vw;
5
6
  left: 50%;
@@ -9,55 +10,47 @@
9
10
  .bannerSwiper {
10
11
  height: $banner-heigh;
11
12
 
12
- .sectionslide {
13
- width: 100%;
13
+ .swiper-slide {
14
+ position: relative;
14
15
 
15
- .swiper-slide {
16
- position: relative;
16
+ .swiper-banner-image {
17
+ position: absolute;
18
+ z-index: -1;
19
+ inset: 0;
20
+ }
17
21
 
18
- .swiper-banner-image {
19
- position: absolute;
20
- z-index: -1;
21
- top: 0;
22
- right: 0;
23
- bottom: 0;
24
- left: 0;
25
- }
22
+ .swiper-banner-color {
23
+ position: absolute;
24
+ z-index: -2;
25
+ inset: 0;
26
+ }
26
27
 
27
- .swiper-banner-color {
28
- position: absolute;
29
- z-index: -2;
30
- top: 0;
31
- right: 0;
32
- bottom: 0;
33
- left: 0;
28
+ .swiper-banner-content-wrapper {
29
+ @if $banner-content-is-vertical-center {
30
+ position: relative;
31
+ top: 50%;
32
+ transform: translateY(-50%);
34
33
  }
35
34
 
36
- .swiper-banner-content-wrapper {
37
- @if $banner-content-is-vertical-center {
38
- position: relative;
39
- top: 50%;
40
- transform: translateY(-50%);
35
+ .swiper-banner-content {
36
+ width: $banner-content-width;
37
+ max-width: $banner-content-max-width;
38
+ padding: $banner-content-padding;
39
+ margin: $banner-content-margin;
40
+ background: $banner-content-background;
41
+ text-align: $banner-content-text-align;
42
+
43
+ .swiper-banner-title {
44
+ color: $banner-content-title-color;
45
+ font-size: $banner-content-title-font-size;
46
+ text-transform: $banner-content-title-text-transform;
41
47
  }
42
48
 
43
- .swiper-banner-content {
44
- width: $banner-content-width;
45
- max-width: $banner-content-max-width;
46
- padding: $banner-content-padding;
47
- margin: $banner-content-margin;
48
- background: $banner-content-background;
49
- text-align:$banner-content-text-align;
50
- .swiper-banner-title {
51
- color: $banner-content-title-color;
52
- font-size: $banner-content-title-font-size;
53
- text-transform: $banner-content-title-text-transform;
54
- }
55
- .swiper-banner-description {
56
- p {
57
- margin: 0;
58
- color: $banner-content-description-color;
59
- font-size: $banner-content-description-font-size;
60
- }
49
+ .swiper-banner-description {
50
+ p {
51
+ margin: 0;
52
+ color: $banner-content-description-color;
53
+ font-size: $banner-content-description-font-size;
61
54
  }
62
55
  }
63
56
  }
@@ -3,38 +3,46 @@
3
3
  padding-top: $event-section-padding-top;
4
4
  padding-bottom: $event-section-padding-bottom;
5
5
  margin: $event-section-margin;
6
+
6
7
  @if $actu-section-full-width {
7
8
  width: 100vw;
8
9
  max-width: 100vw;
9
10
  }
11
+
10
12
  @include media-breakpoint-up(lg) {
11
13
  @if $actu-section-full-width {
12
14
  left: 50%;
13
15
  transform: translateX(-50%);
14
16
  }
15
17
  }
18
+
16
19
  .container {
17
20
  padding-right: 0;
18
21
  padding-left: 0;
19
- @if $event-section-full-width {
20
- padding-right: calc(var(--bs-gutter-x) * 0.5);
21
- padding-left: calc(var(--bs-gutter-x) * 0.5);
22
+
23
+ @include media-breakpoint-up(lg) {
24
+ @if $event-section-full-width {
25
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
26
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
27
+ }
22
28
  }
23
29
  }
30
+
24
31
  .section-title {
25
32
  color: $event-title-color;
26
33
  margin: $event-title-margin;
27
34
  padding: $event-title-padding;
28
35
  text-align: $event-title-align;
29
- @include media-breakpoint-up(lg) {}
30
- @include media-breakpoint-up(xxl) {}
31
36
  }
37
+
32
38
  .swiper-slide {
33
39
  height: auto;
40
+
34
41
  a {
35
42
  text-decoration: none;
36
43
  }
37
- &>a {
44
+
45
+ & > a {
38
46
  display: grid;
39
47
  height: 100%;
40
48
  place-items: start;
@@ -42,13 +50,16 @@
42
50
  background: $event-item-bg-color;
43
51
  border-radius: $event-item-bg-radius;
44
52
  }
53
+
45
54
  .swiper-image {
46
55
  margin-bottom: $event-image-margin-bottom;
47
56
  border-radius: $event-image-border-radius;
48
57
  width: 100%;
49
58
  }
59
+
50
60
  .swiper_category {
51
61
  margin: $event-category-margin;
62
+
52
63
  span {
53
64
  display: block;
54
65
  padding: $event-category-padding;
@@ -60,15 +71,18 @@
60
71
  border-radius: $event-category-radius;
61
72
  }
62
73
  }
74
+
63
75
  .swiper_date {
64
76
  padding: $event-date-padding;
65
77
  margin: $event-date-margin;
66
78
  color: $event-date-color;
67
79
  font-size: $event-date-font-size;
68
80
  }
81
+
69
82
  .swiper_title {
70
83
  padding: $event-item-title-padding;
71
84
  margin: $event-item-title-margin;
85
+
72
86
  h3 {
73
87
  color: $event-item-title-color;
74
88
  font-size: $event-item-title-font-size;
@@ -76,46 +90,59 @@
76
90
  text-transform: $event-item-title-text-transform;
77
91
  }
78
92
  }
93
+
94
+ .swiper_description {
95
+ text-align: $actu-item-description-align;
96
+ font-family: $actu-item-description-font-family;
97
+ margin: $actu-item-description-margin;
98
+ padding: $actu-item-description-padding;
99
+ color: $actu-item-description-color;
100
+ }
79
101
  }
80
102
  }
81
103
 
82
- .swiper-pagination-bullet-active {
83
- background: $primary !important;
84
- }
85
104
  .sectionevents .swiper-slide .swiper_date .day_date .day::after,
86
105
  .sectionevents .swiper-slide .swiper_date .end_date .day::after,
87
106
  .sectionevents .swiper-slide .swiper_date .start_date .day::after {
88
- content: "/";
107
+ content: "/";
89
108
  }
109
+
90
110
  .sectionevents .swiper-slide .swiper_date div {
91
- display: flex;
111
+ display: flex;
92
112
  }
93
- .sectionevents{
94
- .swiper_date{
113
+
114
+ .sectionevents {
115
+ .swiper_date {
95
116
  display: flex;
96
- .day_date{
97
- .from_on{
98
- margin-right: .25em;
117
+
118
+ .day_date {
119
+ .from_on {
120
+ margin-right: 0.25em;
99
121
  }
100
122
  }
101
- .start_date{
123
+
124
+ .start_date {
102
125
  display: flex;
103
- margin-right: .25em;
104
- .from_on{
105
- margin-right: .25em;
126
+ margin-right: 0.25em;
127
+
128
+ .from_on {
129
+ margin-right: 0.25em;
106
130
  }
107
131
  }
108
- .end_date{
109
- .to{
110
- margin-right: .25em;
132
+
133
+ .end_date {
134
+ .to {
135
+ margin-right: 0.25em;
111
136
  }
112
137
  }
113
138
  }
114
139
  }
140
+
115
141
  // see all
116
142
  .sectionevents {
117
143
  .see_all {
118
144
  justify-content: $event-see-all-justify-content;
145
+
119
146
  @include see-all-style;
120
147
  }
121
- }
148
+ }
@@ -1,30 +1,55 @@
1
1
  @mixin see-all-style {
2
- margin: $see-all-margin;
3
- display: flex;
4
- a {
5
- display: block;
6
- width: max-content;
7
- padding: $see-all-padding;
8
- background: $see-all-bg;
9
- color: $see-all-color;
10
- border-radius: $see-all-radius;
11
- border: $see-all-border;
12
- text-decoration: none;
13
- text-transform: $see-all-text-transform;
14
- font-size: $see-all-font-size;
15
- transition: $see-all-transition;
16
- font-family: $see-all-font-family;
17
- &:hover,
18
- &:focus {
19
- background: $see-all-hover-bg;
20
- color: $see-all-hover-color;
21
- border-radius: $see-all-hover-radius;
22
- border: $see-all-hover-border;
23
- }
2
+ margin: $see-all-margin;
3
+ display: flex;
4
+
5
+ a {
6
+ position: relative;
7
+ display: block;
8
+ width: max-content;
9
+ padding: $see-all-padding;
10
+ background: $see-all-bg;
11
+ color: $see-all-color;
12
+ border-radius: $see-all-radius;
13
+ border: $see-all-border;
14
+ text-decoration: none;
15
+ text-transform: $see-all-text-transform;
16
+ font-size: $see-all-font-size;
17
+ transition: $see-all-transition;
18
+ font-family: $see-all-font-family;
19
+ font-weight: $see-all-font-weight;
20
+
21
+ &:hover,
22
+ &:focus {
23
+ background: $see-all-hover-bg;
24
+ color: $see-all-hover-color;
25
+ border-radius: $see-all-hover-radius;
26
+ border: $see-all-hover-border;
27
+
28
+ &::after {
29
+ width: $see-all-hover-underline-width;
30
+ }
31
+ }
32
+
33
+ &::after {
34
+ content: "";
35
+ transition: all 0.2s ease;
36
+ position: absolute;
37
+ height: 2px;
38
+ background-color: $see-all-underline-color;
39
+ left: 0;
40
+ bottom: -5px;
41
+ width: $see-all-underline-width;
24
42
  }
43
+ }
25
44
  }
26
45
 
27
46
  #content-core,
28
47
  #main-container {
29
- margin-bottom: 0;
30
- }
48
+ margin-bottom: 0;
49
+ }
50
+
51
+ .portaltype-imio-smartweb-portalpage {
52
+ #content > header {
53
+ display: none;
54
+ }
55
+ }
@@ -0,0 +1,30 @@
1
+ .sectionsendinblue {
2
+ text-align: $newsletter-align;
3
+ padding-top: $newsletter-padding-top;
4
+ padding-bottom: $newsletter-padding-bottom;
5
+ margin: $newsletter-margin;
6
+ position: relative;
7
+
8
+ &::after {
9
+ content: "";
10
+ position: absolute;
11
+ width: 100vw;
12
+ left: 50%;
13
+ transform: translateX(-50%);
14
+ z-index: -1;
15
+ top: 0;
16
+ bottom: 0;
17
+ background: $newsletter-bg-color;
18
+ }
19
+
20
+ .lead {
21
+ margin: 0;
22
+ }
23
+
24
+ h2,
25
+ label,
26
+ .lead,
27
+ .form-text {
28
+ color: $newsletter-text-color;
29
+ }
30
+ }
@@ -1,36 +1,46 @@
1
1
  .sectionlinks.quick-access {
2
2
  position: relative;
3
3
  background: transparent;
4
+
4
5
  @if $quick-access-section-full-width {
5
6
  width: 100vw;
6
7
  left: 50%;
7
8
  transform: translateX(-50%);
8
9
  max-width: 100vw;
9
10
  }
11
+
10
12
  .container {
11
13
  padding-right: 0;
12
14
  padding-left: 0;
15
+
13
16
  @if $quick-access-section-full-width {
14
17
  padding-right: calc(var(--bs-gutter-x) * 0.5);
15
18
  padding-left: calc(var(--bs-gutter-x) * 0.5);
16
19
  }
17
20
  }
21
+
18
22
  .section-title {
19
23
  color: $quick-access-title-color;
20
24
  margin: $quick-access-title-margin;
21
25
  padding: $quick-access-title-padding;
22
26
  text-align: $quick-access-title-align;
23
- @include media-breakpoint-up(lg) {}
24
- @include media-breakpoint-up(xxl) {}
25
27
  }
28
+
26
29
  .body-section {
27
30
  padding: $quick-access-container-padding;
31
+
32
+ ul {
33
+ justify-content: center;
34
+ }
35
+
28
36
  li {
29
37
  list-style: none;
38
+
30
39
  a {
31
40
  display: block;
32
41
  text-align: center;
33
42
  text-decoration: none;
43
+
34
44
  .image.d-block {
35
45
  display: flex;
36
46
  width: $quick-access-width;
@@ -43,6 +53,7 @@
43
53
  border-radius: $quick-access-border-radius;
44
54
  box-shadow: $quick-access-shadow;
45
55
  border: $quick-access-border;
56
+
46
57
  svg {
47
58
  width: $quick-access-svg-width;
48
59
  height: auto;
@@ -52,6 +63,7 @@
52
63
 
53
64
  .table_title {
54
65
  margin: $quick-access-item-title-margin;
66
+
55
67
  span {
56
68
  font-size: $quick-access-title-font-size;
57
69
  color: $quick-access-title-color;
@@ -71,7 +83,8 @@
71
83
  border: $quick-access-full-bg-border;
72
84
  box-shadow: $quick-access-full-bg-shadow;
73
85
  }
86
+
74
87
  .row {
75
88
  margin-bottom: 0;
76
89
  }
77
- }
90
+ }