layout fixes

This commit is contained in:
Kyle Spearrin 2018-07-06 00:29:10 -04:00
parent 311baaa3d1
commit 0b779dfd3d
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<app-navbar></app-navbar>
<div class="org-nav" *ngIf="organization">
<div class="container d-flex flex-column justify-content-end">
<div class="container d-flex flex-column">
<div class="my-auto d-flex align-items-center pl-1">
<app-avatar [data]="organization.name" [width]="45" [height]="45" [circle]="true"></app-avatar>
<div class="org-name ml-3">

View File

@ -92,6 +92,12 @@ h1, h2, h3, h4, h5 {
}
}
input, select, textarea {
&:required {
box-shadow: none;
}
}
.secondary-header, .spaced-header {
margin-top: 4rem;
}