mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
17 lines
418 B
CSS
17 lines
418 B
CSS
body {
|
|
background-image: -webkit-linear-gradient(top, rgba(232, 244, 250, 0.6), rgba(231, 231, 233, 1)), url(http://news.nationalgeographic.com/content/dam/news/2015/12/13/BookTalk%20K2/01BookTalkK2.jpg);
|
|
background-size: cover;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.account {
|
|
display:inline-block;
|
|
width: 300px;
|
|
height: 100px;
|
|
background-color: white;
|
|
padding:15px;
|
|
}
|
|
|
|
.account h3 {
|
|
margin: 0; padding: 0;
|
|
}
|