Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

register-new-datasource.component.html
81 81

  
82 82
                    <div *ngIf="(currentStep === 2) && repo && !loadingMessage" class="uk-grid uk-grid-match">
83 83

  
84
                      <div *ngFor="let inter of dataForInterfaceComp" class="uk-width-medium-1-2 uk-margin-bottom">
84
                      <div *ngFor="let inter of dataForInterfaceComp" class="uk-width-1-2@m uk-margin-bottom">
85 85
                        <div>
86 86
                          <div class="md-card" style="height: 100%">
87 87
                            <app-repository-interface-form #interfacesArray
......
92 92
                        </div>
93 93
                      </div>
94 94

  
95
                      <div class="uk-width-medium-1-2 uk-margin-bottom">
95
                      <div class="uk-width-1-2@m uk-margin-bottom">
96 96
                        <div>
97 97
                          <div class="md-card" style="height: 100%">
98 98
                            <div class="md-card-toolbar">

Also available in: Unified diff