Create the contents of the welcome page

This commit is contained in:
2018-07-15 07:17:22 +02:00
parent 13e55e7c68
commit ff304dc64d
3 changed files with 110 additions and 4 deletions

View File

@@ -6,6 +6,34 @@ header > h1 > img {
margin-top: 10px;
}
.ui.profile {
display: block;
position: relative;
height: 50px;
}
.ui.profile > .avatar {
width: 48px;
height: 48px;
border: 1px solid black;
border-radius: 50%;
position: absolute;
}
.ui.profile > .display.name {
position: absolute;
left: 58px;
font-weight: bold;
color: #000000;
}
.ui.profile > .handle {
position: absolute;
top: 1.5em;
left: 58px;
color: #666666;
}
.timezone-warning {
color: #e94a4a;
}