mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
70 lines
949 B
CSS
70 lines
949 B
CSS
:host {
|
|
contain: strict;
|
|
display: flow-root;
|
|
background: rgb(250 250 250 / 100%);
|
|
font-family: menu, "Helvetica Neue", sans-serif;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
}
|
|
|
|
.logo {
|
|
display: block;
|
|
margin: -40px auto;
|
|
}
|
|
|
|
#version {
|
|
color: rgb(68 67 67 / 100%);
|
|
font-size: 1.3em;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.about {
|
|
display: block !important;
|
|
margin: 25vh auto;
|
|
height: 25vh;
|
|
text-align: center;
|
|
}
|
|
|
|
.about p {
|
|
font-size: 20px;
|
|
color: rgb(0 0 0 / 62%);
|
|
}
|
|
|
|
.about img {
|
|
width: 150px;
|
|
}
|
|
|
|
.detail {
|
|
text-align: center;
|
|
}
|
|
|
|
.detail.maintainer {
|
|
font-size: 1.2em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.detail.license {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.maintenance-info {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
color: rgb(68 68 68 / 100%);
|
|
}
|
|
|
|
.maintenance-info p {
|
|
margin: 0;
|
|
font-size: 1em;
|
|
width: 100%;
|
|
}
|
|
|
|
p.detail a {
|
|
color: rgb(53 95 76 / 100%);
|
|
}
|
|
|
|
p.detail a:hover {
|
|
text-decoration: underline;
|
|
}
|