mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
layout fixes
This commit is contained in:
parent
311baaa3d1
commit
0b779dfd3d
@ -1,6 +1,6 @@
|
|||||||
<app-navbar></app-navbar>
|
<app-navbar></app-navbar>
|
||||||
<div class="org-nav" *ngIf="organization">
|
<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">
|
<div class="my-auto d-flex align-items-center pl-1">
|
||||||
<app-avatar [data]="organization.name" [width]="45" [height]="45" [circle]="true"></app-avatar>
|
<app-avatar [data]="organization.name" [width]="45" [height]="45" [circle]="true"></app-avatar>
|
||||||
<div class="org-name ml-3">
|
<div class="org-name ml-3">
|
||||||
|
@ -92,6 +92,12 @@ h1, h2, h3, h4, h5 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
&:required {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.secondary-header, .spaced-header {
|
.secondary-header, .spaced-header {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user