1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-13 20:24:06 +00:00

Many at once - this seems a good time to commit

This commit is contained in:
2023-01-19 20:57:22 +01:00
parent 0b5ec78d8c
commit 9811235be7
12 changed files with 252 additions and 58 deletions

View File

@ -23,14 +23,9 @@
</nav>
<style>
.tabs {
border-bottom: 1px solid #ccc;
padding: 0 0.5rem;
}
.tabs ul {
overflow-x: scroll;
display: flex;
gap: 0.5rem;
list-style: none;
}
.tabs li {
@ -41,11 +36,13 @@
width: 100%;
padding: 0.7rem 1rem;
border: 1px solid #ccc;
border-bottom: none;
border-radius: 5px 5px 0 0;
border-right: none;
cursor: pointer;
background-color: #fff;
}
.tabs li:last-child button {
border-right: 1px solid #ccc;
}
.tabs li.active button {
color: #fff;
background-color: #00008b;