Create the contents of the welcome page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user