mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
61 lines
735 B
CSS
61 lines
735 B
CSS
.container {
|
|
}
|
|
|
|
div.row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
img.logo {
|
|
margin-top: 26px;
|
|
margin-left: 10px;
|
|
display: inline;
|
|
}
|
|
|
|
a.bigicon {
|
|
cursor: pointer;
|
|
display: inline;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
width: 120px;
|
|
}
|
|
|
|
a.bigicon .icon {
|
|
border-radius: 50%;
|
|
width: 65px;
|
|
height: 65px;
|
|
}
|
|
|
|
a.bigicon .title {
|
|
display: block;
|
|
}
|
|
|
|
a.bigicon .roomname {
|
|
display: block;
|
|
white-space: nowrap;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.description {
|
|
display: inline;
|
|
vertical-align: top;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 26px;
|
|
}
|
|
|
|
h4 {
|
|
margin-top: 22px;
|
|
}
|
|
|
|
h3::after, h4::after {
|
|
content: ":";
|
|
}
|
|
|
|
p {
|
|
}
|