mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-24 06:39:29 +00:00
input and tour improvements, bug fixes
This commit is contained in:
parent
fe90146e1e
commit
90ec7cbae2
110 changed files with 2802 additions and 1286 deletions
|
|
@ -10,6 +10,33 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.TourAllButton {
|
||||
align-self: flex-start;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 6px;
|
||||
padding: 10px 14px;
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.TourAllButton:hover {
|
||||
/* background: rgba(2, 93, 153, 0.4); */
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.TourAllButton:active {
|
||||
/* background: rgba(0, 85, 177, 0.5); */
|
||||
}
|
||||
|
||||
.CategoryHeader {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue