diff options
Diffstat (limited to 'frontend/src/components/sidebar.css')
| -rw-r--r-- | frontend/src/components/sidebar.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/components/sidebar.css b/frontend/src/components/sidebar.css index 84600fb..8011a6e 100644 --- a/frontend/src/components/sidebar.css +++ b/frontend/src/components/sidebar.css | |||
| @@ -55,7 +55,7 @@ span>b{ | |||
| 55 | justify-items: left; | 55 | justify-items: left; |
| 56 | grid-template-rows: calc(100vh - 670px) 50px 50px 50px; | 56 | grid-template-rows: calc(100vh - 670px) 50px 50px 50px; |
| 57 | } | 57 | } |
| 58 | button>span{ | 58 | .sidebar-button>span{ |
| 59 | font-family: BarlowSemiCondensed-Regular; | 59 | font-family: BarlowSemiCondensed-Regular; |
| 60 | font-size: 18px; | 60 | font-size: 18px; |
| 61 | color: #CDCFDF; | 61 | color: #CDCFDF; |
| @@ -63,7 +63,7 @@ button>span{ | |||
| 63 | line-height: 28px; | 63 | line-height: 28px; |
| 64 | transition: opacity .1s; | 64 | transition: opacity .1s; |
| 65 | } | 65 | } |
| 66 | button{ | 66 | .sidebar-button{ |
| 67 | display: grid; | 67 | display: grid; |
| 68 | grid-template-columns: 50px auto; | 68 | grid-template-columns: 50px auto; |
| 69 | place-items: left; | 69 | place-items: left; |
| @@ -100,7 +100,7 @@ button>img { | |||
| 100 | width: 268px; height: calc(100vh - 120px); | 100 | width: 268px; height: calc(100vh - 120px); |
| 101 | min-height: 550px; | 101 | min-height: 550px; |
| 102 | } | 102 | } |
| 103 | input[type=text]{ | 103 | input#searchbar[type=text]{ |
| 104 | margin: 10px 0 0 6px; | 104 | margin: 10px 0 0 6px; |
| 105 | padding: 1px 0px 1px 16px; | 105 | padding: 1px 0px 1px 16px; |
| 106 | width: 240px; | 106 | width: 240px; |