You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
404 B
25 lines
404 B
.title { |
|
background-color: #2e81e820; |
|
width: 100%; |
|
color: #2e81e8; |
|
border-radius: 5px; |
|
font-size: 16px; |
|
padding: 5px; |
|
} |
|
|
|
.scrollNav { |
|
overflow-y: scroll; |
|
height: 75vh; |
|
} |
|
|
|
.scrollNav::-webkit-scrollbar { |
|
width: 5px; |
|
} |
|
.scrollNav::-webkit-scrollbar-track { |
|
border-radius: 10px; |
|
} |
|
.scrollNav::-webkit-scrollbar-thumb { |
|
background-color: #2e81e8; |
|
border-radius: 5px; |
|
height: 5px; |
|
}
|
|
|