Skip to content

Commit 61b3874

Browse files
scastillo-jpEdgar Guaman
authored andcommitted
fix: TT-331 css
1 parent 5310f5b commit 61b3874

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

src/app/modules/shared/components/sidebar/sidebar.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="d-flex" id="wrapper">
2-
<div class="table-row bg-white border-r border-grey-500" id="sidebar-wrapper">
2+
<div class="table-row bg-white border-r border-grey-500 shadow-sm" id="sidebar-wrapper">
33
<div class="table-cell">
44
<div class="relative flex items-center border-b border-grey-500 sidebar-heading">
5-
<img src="assets/img/ioet-logo-without-letters.png" width="40" height="auto" style="padding-top: 0.5rem; padding-left: 1rem;" alt="logo"/>
5+
<img src="assets/img/ioet-logo-without-letters.png" width="50" height="auto" style="padding-top: 0.5rem; padding-left: 1rem;" alt="logo"/>
66
<h1 class="pl-2 pt-2" style="font-family:spinnaker,sans-serif">ioet</h1>
77
</div>
88
<div class=" py-8 flex items-center pl-3">
@@ -21,7 +21,7 @@ <h2 class="font-sans text-base font-semibold">{{userName}}</h2>
2121
[ngClass]="{active: item.active}"
2222
>
2323
<img src="{{item.icon}}" width="22" height="22" class="absolute"/>
24-
<h3 class="font-sans text-base pl-5 text-left" >{{ item.text }}</h3>
24+
<h3 class="font-sans text-base ml-4 pl-3 text-left" >{{ item.text }}</h3>
2525
<!-- <i class="{{ item.icon }} pr-3"></i> {{ item.text }} -->
2626
</a>
2727
<div class="bg-white pt-2 pr-24 absolute bottom-0">
@@ -35,7 +35,7 @@ <h3 class="font-sans text-base pl-5 text-left" >{{ item.text }}</h3>
3535
<div class="table-cell relative">
3636
<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>
3737
<span class="group cursor-pointer absolute w-5 top-20 -right-3">
38-
<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"/>
38+
<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"/>
3939
<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>
4040
</span>
4141
<span class="group cursor-pointer absolute top-20 -right-5">

src/app/modules/time-clock/components/time-entries-summary/time-entries-summary.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h6 class="text-left"><strong>Summary</strong></h6>
2-
<hr />
2+
<hr class="mb-3" />
33
<div class ="container px-0">
44
<div class="row pb-4">
55
<div class="col-12 col-sm-3">

src/assets/icons/user.svg

Lines changed: 17 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)