Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-331 css
resolving merge conflicts
  • Loading branch information
scastillo-jp authored and Edgar Guaman committed Sep 13, 2021
commit 9c2cc05bbd1211df7e6cececee7072c8be21454f
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="table-cell relative">
<span class="absolute cursor-pointer inset-y-0 right-0 min-h-screen w-0.5 hover:z-0 hover:bg-blue-400" (click)="toggleSideBar()"></span>
<span class="group cursor-pointer absolute w-5 top-20 -right-3">
<img src="assets/icons/left-chevron.svg" id="hide-sidebar" (click)="toggleSideBar()" width="20" height="20" class="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block"/>
<img src="assets/icons/left-chevron.svg" id="hide-sidebar" (click)="toggleSideBar()" width="20" height="20" class="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block shadow-sm"/>
<div class="opacity-0 w-12 bg-black text-white text-center text-xs rounded-lg py-2 absolute z-10 group-hover:opacity-100 bottom-full left-1/4 ml-4 -mb-6 px-1 pointer-events-none">Hide</div>
</span>
<span class="group cursor-pointer absolute top-20 -right-5">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h6 class="text-left"><strong>Summary</strong></h6>
<hr />
<hr class="mb-3" />
<div class ="container px-0">
<div class="row pb-4">
<div class="col-12 col-sm-3">
Expand Down
20 changes: 17 additions & 3 deletions src/assets/icons/user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.