1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 10:00:48 +09:00
anytype-ts/electron/about.css
2021-12-29 15:37:15 +03:00

44 lines
No EOL
1.6 KiB
CSS

body, html { width: 100%; height: 100%; -webkit-user-select: none; user-select: none; -webkit-app-region: drag; }
body {
margin: 0; color: #2c2b27; font-family: Helvetica, Arial, sans-serif; display: flex;
flex-direction: column; justify-content: center; align-items: center; font-size: 12px;
}
:focus { outline: 0px; }
.logo { width: 100px; height: 100px; -webkit-user-select: none; user-select: none; }
.logo img { width: 100% !important; height: 100% !important; }
.title,
.copyright,
.description { margin: 0.2em; font-weight: 400; }
.footer { display: none; }
.clickable { cursor: pointer; }
.description { margin-bottom: 1em; text-align: center; }
.version { border-collapse: collapse; margin-top: 1em; }
.copyright,
.version { color: #999; }
.buttons { margin-bottom: 1em; text-align: center; }
.buttons button { margin-top: 1em; width: 100px; height: 24px; }
.link { cursor: pointer; color: #80a0c2; }
.bug-report-link { position: absolute; right: 0.5em; bottom: 0.5em; }
.clickable,
.bug-report-link,
.buttons button { -webkit-app-region: no-drag; }
.buttons button {
display: inline-block; text-align: center; border: 0px; font-weight: 500; text-decoration: none; cursor: pointer;
height: 30px; line-height: 30px; padding: 0px 16px; border-radius: 4px; transition: background 0.2s ease-in-out;
font-size: 14px; vertical-align: middle; position: relative; overflow: hidden; letter-spacing: 0.2px;
background: #ffb522; color: #fff;
}
.buttons button:hover { background: #f1981a; }
html.dark body { color: #a09f92; }
html.dark .title { color: #dfddd3; }
html.dark .copyright { color: #5b5a51; }