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
style: TT-331 Removing unused icons and scss styles
  • Loading branch information
Edgar Guaman committed Sep 14, 2021
commit 1b36bd0a236ddefc089bd905fb686f0caa42d748
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="font-poppins text-base ml-4 pl-3 -mt-6 text-left" >{{ item.text }}</h
<img src="assets/icons/left-chevron.svg" alt="left-chevron" id="hide-sidebar" (click)="toggleSideBar()" width="20" height="20" class="bg-whiteTW rounded-full hover:bg-opacity-50 hover:bg-primaryTW-light sm:hidden md:block lg:block"/>
<div class="opacity-0 w-12 bg-blackTW text-whiteTW 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">
<span class="group cursor-pointer absolute top-28 -right-5">
<img src="assets/icons/right-chevron.svg" alt="right-chevron" id="show-sidebar" (click)="toggleSideBar()" width="20" height="20" class="bg-whiteTW rounded-full hover:bg-opacity-50 hover:bg-primaryTW-light sm:block md:hidden lg:hidden"/>
<div class="opacity-0 w-12 bg-blackTW text-whiteTW 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">Show</div>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,3 @@ body {
height: -o-calc(100vh - 12vh);
height: calc(100vh - 12vh);
}

.dark-mode-toggle {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
3 changes: 0 additions & 3 deletions src/assets/icons/activities.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/clock.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/customers.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/reports.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/signout.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/time-entries.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/users.svg

This file was deleted.