diff options
Diffstat (limited to 'frontend/src/components/pages/summary.css')
| -rw-r--r-- | frontend/src/components/pages/summary.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/pages/summary.css b/frontend/src/components/pages/summary.css index c99a0bf..8c6ec35 100644 --- a/frontend/src/components/pages/summary.css +++ b/frontend/src/components/pages/summary.css | |||
| @@ -35,8 +35,8 @@ | |||
| 35 | border: none; | 35 | border: none; |
| 36 | transition: background-color .1s; | 36 | transition: background-color .1s; |
| 37 | } | 37 | } |
| 38 | #section1>div>.nav-button:nth-child(1){border-radius: 20px 0 0 20px;} | 38 | /* #section1>div>.nav-button:nth-child(1){border-radius: 0px;}:nth-child(1){border-radius: 20px 0 0 20px;} |
| 39 | #section1>div>.nav-button:nth-child(2){border-radius: 0 20px 20px 0;margin-left: 2px;} | 39 | #section1>div>.nav-button:nth-child(2){border-radius: 0 20px 20px 0;margin-left: 2px;} */ |
| 40 | .nav-button>span{padding: 0 8px 0 8px;} | 40 | .nav-button>span{padding: 0 8px 0 8px;} |
| 41 | .nav-button:hover{background-color: #202232;cursor: pointer;} | 41 | .nav-button:hover{background-color: #202232;cursor: pointer;} |
| 42 | 42 | ||