Mailspring/packages/nylas-dashboard/public/css/app.css
2016-07-01 13:24:08 -07:00

50 lines
884 B
CSS

body {
background-image: -webkit-linear-gradient(top, rgba(232, 244, 250, 0.2), 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: Roboto, sans-serif;
font-size: 12px;
}
h2 {
padding-top: 10px;
text-align: center;
}
pre {
margin: 0;
}
.account {
display: inline-block;
border-radius: 5px;
width: 300px;
background-color: rgba(255, 255, 255, 0.6);
padding: 15px;
margin: 5px;
vertical-align: top;
}
.account h3 {
font-size: 16px;
margin: 0;
padding: 0;
}
.account .section {
font-size: 14px;
padding: 10px 0;
text-align: center;
}
.account.errored {
color: #a94442;
border-radius: 4px;
background-color: rgba(231, 195, 195, 0.6);
}
.account .error pre {
text-overflow: ellipsis;
width: inherit;
overflow: hidden;
}