skin-dt-32 0.0.21 → 0.0.24

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.
@@ -720,24 +720,24 @@ Vue.component('tablon-superior', {
720
720
  },
721
721
  template: `
722
722
  <section id="topbar-section" class="basic-element">
723
- <categoria-foro data-id="tablon">
724
- <ul class="columns is-multiline">
725
- <li class="column is-full is-one-thirds-desktop">
726
- <img :src="avatar" />
727
- <h4>{{ name }}</h4>
728
- </li>
729
- <li class="column is-full is-two-thirds-desktop">
730
- <links-ayuda></links-ayuda>
731
- </li>
732
- </ul>
733
- </categoria-foro>
734
- <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
735
- <ul>
736
- <li>
737
- <a href="/" title="Ir a «Inicio»">Inicio</a>
738
- </li>
739
- </ul>
740
- </nav>
723
+ <ul class="is-flex is-multiline">
724
+ <li>
725
+ <img :src="avatar" />
726
+ <h4>{{ name }}</h4>
727
+ </li>
728
+ <li class="is-full is-one-third-desktop">
729
+ <links-ayuda></links-ayuda>
730
+ </li>
731
+ <li class="is-full">
732
+ <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
733
+ <ul>
734
+ <li>
735
+ <a href="/" title="Ir a «Inicio»">Inicio</a>
736
+ </li>
737
+ </ul>
738
+ </nav>
739
+ </li>
740
+ </ul>
741
741
  </section>
742
742
  `
743
743
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skin-dt-32",
3
- "version": "0.0.21",
3
+ "version": "0.0.24",
4
4
  "main": "readme.md",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/stylesheet.css CHANGED
@@ -156,6 +156,20 @@ a {
156
156
  background: var(--color-three);
157
157
  }
158
158
 
159
+ #topbar-section .category-element {
160
+ margin: 0;
161
+ }
162
+
163
+ #forum-breadcrumb {
164
+ padding: 1rem 2rem;
165
+ background: var(--color-contrast);
166
+ color: var(--color-two);
167
+ }
168
+
169
+ #forum-breadcrumb a {
170
+ color: var(--color-two);
171
+ }
172
+
159
173
  @media only screen and (max-width: 1023px) {}
160
174
 
161
175
  @media only screen and (max-width: 768px) {}