converse-desktop/resources/css/page-default.css

50 lines
849 B
CSS
Raw Normal View History

2022-01-05 00:34:28 +00:00
.page-default {
width: 100%;
height: 100%;
}
2020-05-09 15:07:42 +00:00
.chimeverse-branding {
position: absolute;
2022-01-05 00:34:28 +00:00
left: 50%;
2020-05-09 15:07:42 +00:00
top: 50%;
2020-05-09 21:06:57 +00:00
transform: translate(-50%, -50%);
text-align: center;
2022-01-05 00:34:28 +00:00
z-index: -1;
2020-05-09 21:06:57 +00:00
}
.chimeverse-branding__img {
margin-left: 20px;
}
.chimeverse-branding__header {
2020-08-07 12:04:42 +00:00
font-size: 26px;
2020-05-09 21:06:57 +00:00
font-weight: normal;
color: #999;
margin: 0px;
}
.chimeverse-branding__version {
font-size: 12px;
color: #999;
margin-top: 10px;
2020-05-17 18:12:36 +00:00
}
.update__latest {
background: #bbb;
color: #fff;
border-radius: 3px;
padding: 3px 5px;
}
.update__available {
background: rgb(5,93,228);
background: linear-gradient(0deg, rgba(5,93,228,1) 0%, rgba(76,145,255,1) 100%);
padding: 3px 5px;
color: #fff;
text-decoration: none;
border-radius: 3px;
}
.update__error {
color: #da0000;
2020-05-09 15:07:42 +00:00
}