mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
62 lines
696 B
CSS
62 lines
696 B
CSS
|
.container-fluid {
|
||
|
background-color: #e7e7e7;
|
||
|
}
|
||
|
|
||
|
img.logo {
|
||
|
margin-top: 26px;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
a.bigicon {
|
||
|
cursor: pointer;
|
||
|
display: inline;
|
||
|
text-decoration: none;
|
||
|
padding-left: 30px;
|
||
|
padding-right: 30px;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
h1, h2 {
|
||
|
font-family: "Gotham-Medium";
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 26px;
|
||
|
}
|
||
|
|
||
|
h3, h4 {
|
||
|
font-family: "Gotham-Bold";
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
margin-top: 22px;
|
||
|
}
|
||
|
|
||
|
h4::after {
|
||
|
content: ":";
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-family: "Gotham-Book";
|
||
|
}
|