Skip to content

Commit

Permalink
Botón encuesta evaluación
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhadamys committed Nov 24, 2018
1 parent eaca22f commit c333653
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 0 additions & 15 deletions manage.py

This file was deleted.

9 changes: 8 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
<stepper class="stepper-bottom"></stepper>
</md-app-toolbar>
<md-app-drawer :md-active.sync="menuVisible">
<md-toolbar class="md-transparent" md-elevation="0">Simbología</md-toolbar>
<md-toolbar class="md-transparent flex-horizontal" md-elevation="0">
Simbología
<md-button class="md-icon-button md-raised md-primary"
href="https://goo.gl/forms/5FVUR6pIyQaPUii43"
target="_blank">
<md-icon>poll</md-icon>
</md-button>
</md-toolbar>
<md-list>
<md-list-item>
<md-content class="symbol symbol-current">
Expand Down
6 changes: 6 additions & 0 deletions src/assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ html, body {
z-index: 10;
}

.flex-horizontal {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.md-app {
min-height: 100vh;

Expand Down

0 comments on commit c333653

Please # to comment.