diff --git a/src/app/tabs/more/attendance/attendance.component.html b/src/app/tabs/more/attendance/attendance.component.html index ed539aa..c7df51f 100644 --- a/src/app/tabs/more/attendance/attendance.component.html +++ b/src/app/tabs/more/attendance/attendance.component.html @@ -78,26 +78,26 @@ Month - Present Absent + Present June 2020 - 20 2 + 20 July 2020 - 18 4 + 18 August 2020 - 20 6 + 20 @@ -113,26 +113,26 @@ Month - Present Absent + Present June 2020 - 20 2 + 20 July 2020 - 18 4 + 18 August 2020 - 20 6 + 20 diff --git a/src/app/tabs/more/attendance/attendance.component.scss b/src/app/tabs/more/attendance/attendance.component.scss index 2992119..af1ca8e 100644 --- a/src/app/tabs/more/attendance/attendance.component.scss +++ b/src/app/tabs/more/attendance/attendance.component.scss @@ -152,10 +152,12 @@ background-color: var(--ash-black); display: flex; align-items: stretch; - height: 50px; - box-shadow: 0px 0px 5px var(--black); + height: 40px; position: relative; - margin-bottom: 2px; + margin: 20px auto; + width: 90%; + overflow: hidden; + border-radius: 7px; button { font-size: 14px; @@ -163,9 +165,11 @@ border: 0px; background-color: transparent; color: var(--light-grey); + border-radius: 7px; &.active { - color: var(--teal-green); + background-color: var(--teal-green); + color: white; } } }