Latest version #12
.env
.gitea/workflows
Dockerfilecompose.yamlpackage-lock.jsonpackage.jsonpnpm-lock.yamlpublic
src
App.tsxauthProvider.tsglobals.cssindex.tsx
svg.d.tstsconfig.jsontsconfig.node.jsonvite.config.tsyarn.lockcomponents
CreateSightArticle.tsxCustomDataGrid.tsx
LanguageSwitch
LinkedItems.tsxMarkdownEditor.tsxheader
index.tsmedia
modals
ui
contexts
color-mode
lib
locales
pages
article
carrier
city
country
media
route-preview
Constants.tsInfiniteCanvas.tsxLeftSidebar.tsxMapDataContext.tsxRightSidebar.tsxSight.tsxStation.tsxTransformContext.tsxTravelPath.tsxWidgets.tsxindex.tsxtypes.tsutils.ts
route
sight
snapshot
station
vehicle
providers
store
@ -14,12 +14,12 @@
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
color: #544044;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
color: rgba(79, 138, 95, 1);
|
||||
border-radius: 10%;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.backup-button:hover {
|
||||
background-color: rgba(84, 64, 68, 0.5);
|
||||
background-color: rgba(79, 138, 95, 0.05);
|
||||
}
|
||||
|
Reference in New Issue
Block a user