Skip to content

Commit

Permalink
feat(admin-ui): update table head styling
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Jul 11, 2022
1 parent c488d52 commit 14030d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-ui/app/routes/Apps/Gluu/styles/applicationstyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export default {
tableHeaderStyle: {
backgroundColor: '#03a96d',
color: '#FFF',
padding: '2px',
padding: '12px',
textTransform: 'uppercase',
fontSize: '18px',
fontSize: '16px',
},
homeStatTooltip: {
backgroundColor: '#00C9FF',
Expand Down
8 changes: 8 additions & 0 deletions admin-ui/app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,11 @@ body {
content: ""; }
.month-picker .tab.btn.next:before {
content: ""; }

.MuiTableCell-head:first-of-type{
border-top-left-radius: 16px;
}

.MuiTableCell-head:last-of-type{
border-top-right-radius: 16px;
}

0 comments on commit 14030d7

Please sign in to comment.