mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
About window css included
This commit is contained in:
27
app/renderer/about.css
Normal file
27
app/renderer/about.css
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
body {
|
||||||
|
background: #6BB6C7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
position: absolute;
|
||||||
|
top:89%;
|
||||||
|
left:76%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about p {
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgba(0, 0, 0, 0.62);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about img {
|
||||||
|
width:160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail {
|
||||||
|
text-align: left;
|
||||||
|
margin-left: 35%;
|
||||||
|
}
|
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="about.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="about">
|
<div class="about">
|
||||||
|
Reference in New Issue
Block a user