Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

sources-update-repo.component.html
53 53
                  </li>
54 54
                  <li aria-hidden="true" style="animation-duration: 200ms;" class="">
55 55
                    <div *ngIf="repo && repoInterfaces && !loadingMessage" class="uk-grid uk-grid-match uk-margin-top" style="padding: 0px 3px 0px 3px;">
56
                      <div *ngFor="let inter of dataForInterfaceComp" class="uk-width-medium-1-2 uk-margin-bottom">
56
                      <div *ngFor="let inter of dataForInterfaceComp" class="uk-width-1-2@m uk-margin-bottom">
57 57
                        <div>
58 58
                          <div class="md-card" style="height: 100%">
59 59
                            <app-repository-interface-form #interfacesArray
......
63 63
                          </div>
64 64
                        </div>
65 65
                      </div>
66
                      <div class="uk-width-medium-1-2 uk-margin-bottom">
66
                      <div class="uk-width-1-2@m uk-margin-bottom">
67 67
                        <div>
68 68
                          <div class="md-card" style="height: 100%">
69 69
                            <div class="md-card-toolbar">

Also available in: Unified diff