Merge branch 'dev' into feature/US-47
| 
						 | 
				
			
			@ -33,8 +33,13 @@
 | 
			
		|||
    </button>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="alert alert-warning" id="no-result" *ngIf="categorias?.length === 0">
 | 
			
		||||
    <span jhiTranslate="dataSurveyApp.categoria.home.notFound">No categorias found</span>
 | 
			
		||||
  <div class="ds-survey" id="entities" *ngIf="categorias?.length === 0">
 | 
			
		||||
    <div class="ds-survey--all-question-wrapper">
 | 
			
		||||
      <ng-container class="">
 | 
			
		||||
        <p class="ds-title text-center">No existen categorías</p>
 | 
			
		||||
        <p class="ds-subtitle text-center">Inicie creando categorías para identificar las encuestas de los usuarios</p>
 | 
			
		||||
      </ng-container>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="table-responsive" id="entities" *ngIf="categorias && categorias.length > 0">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,7 +101,7 @@
 | 
			
		|||
            <div class="row">
 | 
			
		||||
              <div class="col-md-12">
 | 
			
		||||
                <div class="table-responsive">
 | 
			
		||||
                  <table class="table">
 | 
			
		||||
                  <table class="ds-table table">
 | 
			
		||||
                    <tbody>
 | 
			
		||||
                      <tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
 | 
			
		||||
                        <td>{{ categoria.nombre }}</td>
 | 
			
		||||
| 
						 | 
				
			
			@ -127,7 +127,7 @@
 | 
			
		|||
            <div class="row">
 | 
			
		||||
              <div class="col-md-12">
 | 
			
		||||
                <div class="table-responsive">
 | 
			
		||||
                  <table class="table">
 | 
			
		||||
                  <table class="ds-table table">
 | 
			
		||||
                    <tbody>
 | 
			
		||||
                      <tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
 | 
			
		||||
                        <td>{{ categoria.nombre }}</td>
 | 
			
		||||
| 
						 | 
				
			
			@ -199,7 +199,7 @@
 | 
			
		|||
            <div class="row">
 | 
			
		||||
              <div class="col-md-12">
 | 
			
		||||
                <div class="table-responsive">
 | 
			
		||||
                  <table class="table">
 | 
			
		||||
                  <table class="ds-table table">
 | 
			
		||||
                    <thead>
 | 
			
		||||
                      <tr>
 | 
			
		||||
                        <th>Usuario</th>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,8 +59,13 @@
 | 
			
		|||
 | 
			
		||||
  <jhi-alert></jhi-alert> -->
 | 
			
		||||
 | 
			
		||||
  <div class="alert alert-warning" id="no-result" *ngIf="plantillas?.length === 0">
 | 
			
		||||
    <span jhiTranslate="dataSurveyApp.plantilla.home.notFound">No templates found</span>
 | 
			
		||||
  <div class="ds-survey" id="entities" *ngIf="plantillas?.length === 0">
 | 
			
		||||
    <div class="ds-survey--all-question-wrapper">
 | 
			
		||||
      <ng-container class="">
 | 
			
		||||
        <p class="ds-title text-center">No existen plantillas</p>
 | 
			
		||||
        <p class="ds-subtitle text-center">Inicie creando plantillas de encuestas para publicarlas en la tienda</p>
 | 
			
		||||
      </ng-container>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="table-responsive" id="entities" *ngIf="plantillas && plantillas.length > 0">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,13 +2,13 @@
 | 
			
		|||
Main page styles
 | 
			
		||||
========================================================================== */
 | 
			
		||||
 | 
			
		||||
.hipster {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  width: 347px;
 | 
			
		||||
  height: 497px;
 | 
			
		||||
  background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
 | 
			
		||||
  background-size: contain;
 | 
			
		||||
}
 | 
			
		||||
// .hipster {
 | 
			
		||||
//   display: inline-block;
 | 
			
		||||
//   width: 347px;
 | 
			
		||||
//   height: 497px;
 | 
			
		||||
//   background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
 | 
			
		||||
//   background-size: contain;
 | 
			
		||||
// }
 | 
			
		||||
 | 
			
		||||
.bg-img-cover {
 | 
			
		||||
  background-position: center;
 | 
			
		||||
| 
						 | 
				
			
			@ -206,16 +206,16 @@ Main page styles
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
/* wait autoprefixer update to allow simple generation of high pixel density media query */
 | 
			
		||||
@media only screen and (-webkit-min-device-pixel-ratio: 2),
 | 
			
		||||
  only screen and (-moz-min-device-pixel-ratio: 2),
 | 
			
		||||
  only screen and (-o-min-device-pixel-ratio: 2/1),
 | 
			
		||||
  only screen and (min-resolution: 192dpi),
 | 
			
		||||
  only screen and (min-resolution: 2dppx) {
 | 
			
		||||
  .hipster {
 | 
			
		||||
    background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
 | 
			
		||||
    background-size: contain;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
// @media only screen and (-webkit-min-device-pixel-ratio: 2),
 | 
			
		||||
//   only screen and (-moz-min-device-pixel-ratio: 2),
 | 
			
		||||
//   only screen and (-o-min-device-pixel-ratio: 2/1),
 | 
			
		||||
//   only screen and (min-resolution: 192dpi),
 | 
			
		||||
//   only screen and (min-resolution: 2dppx) {
 | 
			
		||||
//   .hipster {
 | 
			
		||||
//     background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
 | 
			
		||||
//     background-size: contain;
 | 
			
		||||
//   }
 | 
			
		||||
// }
 | 
			
		||||
 | 
			
		||||
.icon-stack {
 | 
			
		||||
  display: inline-flex;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
		 Before Width: | Height: | Size: 12 KiB  | 
| 
		 Before Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 6.9 KiB  | 
| 
		 Before Width: | Height: | Size: 10 KiB  | 
| 
		 Before Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 222 KiB  | 
| 
		 Before Width: | Height: | Size: 6.9 KiB  | 
| 
		 Before Width: | Height: | Size: 9.3 KiB  | 
| 
		 Before Width: | Height: | Size: 15 KiB  | 
| 
		 Before Width: | Height: | Size: 16 KiB  | 
| 
		 Before Width: | Height: | Size: 22 KiB  | 
| 
		 Before Width: | Height: | Size: 5.3 KiB  | 
| 
		 Before Width: | Height: | Size: 6.5 KiB  | 
| 
		 Before Width: | Height: | Size: 9.5 KiB  | 
| 
		 Before Width: | Height: | Size: 10 KiB  | 
| 
		 Before Width: | Height: | Size: 19 KiB  | 
| 
		 Before Width: | Height: | Size: 6.0 KiB  | 
| 
		 Before Width: | Height: | Size: 7.8 KiB  | 
| 
		 Before Width: | Height: | Size: 12 KiB  | 
| 
		 Before Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 605 B  | 
| 
		 Before Width: | Height: | Size: 3.4 KiB  | 
| 
		 Before Width: | Height: | Size: 3.5 KiB  | 
| 
		 Before Width: | Height: | Size: 3.0 KiB  | 
| 
		 Before Width: | Height: | Size: 3.5 KiB  | 
| 
		 Before Width: | Height: | Size: 3.2 KiB  | 
| 
		 Before Width: | Height: | Size: 3.2 KiB  | 
| 
		 Before Width: | Height: | Size: 319 KiB  | 
| 
		 Before Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 20 KiB  | 
| 
		 Before Width: | Height: | Size: 2.4 KiB  | 
| 
		 Before Width: | Height: | Size: 47 KiB  | 
| 
		 Before Width: | Height: | Size: 300 KiB  | 
| 
		 Before Width: | Height: | Size: 137 KiB  | 
| 
		 Before Width: | Height: | Size: 157 KiB  | 
| 
		 Before Width: | Height: | Size: 198 KiB  | 
| 
		 Before Width: | Height: | Size: 379 KiB  | 
| 
		 Before Width: | Height: | Size: 139 KiB  | 
| 
		 Before Width: | Height: | Size: 258 KiB  | 
| 
		 Before Width: | Height: | Size: 172 KiB  | 
| 
		 Before Width: | Height: | Size: 334 KiB  | 
| 
		 Before Width: | Height: | Size: 201 KiB  | 
| 
		 Before Width: | Height: | Size: 311 KiB  | 
| 
		 Before Width: | Height: | Size: 360 KiB  | 
| 
		 Before Width: | Height: | Size: 234 KiB  | 
| 
		 Before Width: | Height: | Size: 157 KiB  | 
| 
		 Before Width: | Height: | Size: 118 KiB  | 
| 
		 Before Width: | Height: | Size: 193 KiB  | 
| 
		 Before Width: | Height: | Size: 156 KiB  | 
| 
		 Before Width: | Height: | Size: 541 KiB  | 
| 
		 Before Width: | Height: | Size: 362 KiB  | 
| 
		 Before Width: | Height: | Size: 1.6 MiB  | 
| 
		 Before Width: | Height: | Size: 951 KiB  | 
| 
		 Before Width: | Height: | Size: 262 KiB  | 
| 
		 Before Width: | Height: | Size: 126 KiB  | 
| 
		 Before Width: | Height: | Size: 156 KiB  | 
| 
		 Before Width: | Height: | Size: 715 KiB  | 
| 
		 Before Width: | Height: | Size: 182 KiB  | 
| 
		 Before Width: | Height: | Size: 140 KiB  | 
| 
		 Before Width: | Height: | Size: 298 KiB  | 
| 
		 Before Width: | Height: | Size: 486 KiB  | 
| 
		 Before Width: | Height: | Size: 326 KiB  | 
| 
		 Before Width: | Height: | Size: 100 KiB  | 
| 
		 Before Width: | Height: | Size: 59 KiB  | 
| 
		 Before Width: | Height: | Size: 169 KiB  | 
| 
		 Before Width: | Height: | Size: 178 KiB  | 
| 
		 Before Width: | Height: | Size: 274 KiB  | 
| 
		 Before Width: | Height: | Size: 190 KiB  | 
| 
		 Before Width: | Height: | Size: 166 KiB  | 
| 
		 Before Width: | Height: | Size: 147 KiB  | 
| 
		 Before Width: | Height: | Size: 92 KiB  | 
| 
		 Before Width: | Height: | Size: 140 KiB  | 
| 
		 Before Width: | Height: | Size: 156 KiB  | 
| 
		 Before Width: | Height: | Size: 162 KiB  | 
| 
		 Before Width: | Height: | Size: 291 KiB  | 
| 
		 Before Width: | Height: | Size: 285 KiB  | 
| 
		 Before Width: | Height: | Size: 290 KiB  | 
| 
		 Before Width: | Height: | Size: 108 KiB  | 
| 
		 Before Width: | Height: | Size: 404 KiB  | 
| 
		 Before Width: | Height: | Size: 277 KiB  | 
| 
		 Before Width: | Height: | Size: 141 KiB  | 
| 
		 Before Width: | Height: | Size: 336 KiB  | 
| 
		 Before Width: | Height: | Size: 276 KiB  | 
| 
		 Before Width: | Height: | Size: 273 KiB  | 
| 
		 Before Width: | Height: | Size: 432 KiB  | 
| 
		 Before Width: | Height: | Size: 481 KiB  | 
| 
		 Before Width: | Height: | Size: 154 KiB  | 
| 
		 Before Width: | Height: | Size: 308 KiB  | 
| 
		 Before Width: | Height: | Size: 238 KiB  | 
| 
		 Before Width: | Height: | Size: 244 KiB  | 
| 
		 Before Width: | Height: | Size: 317 KiB  | 
| 
		 Before Width: | Height: | Size: 161 KiB  | 
| 
		 Before Width: | Height: | Size: 2.8 KiB  | 
| 
		 Before Width: | Height: | Size: 84 KiB  | 
| 
		 Before Width: | Height: | Size: 326 KiB  | 
| 
		 Before Width: | Height: | Size: 55 KiB  |