mirror of https://github.com/vector-im/riot-web
Make CSS more generic
parent
7a1494fc46
commit
cefc3e6da9
|
@ -30,23 +30,23 @@ limitations under the License.
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_featuredRooms {
|
.mx_GroupView_featuredThings {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_featuredRooms_header {
|
.mx_GroupView_featuredThings_header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_featuredRooms_category {
|
.mx_GroupView_featuredThings_category {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_featuredRoom {
|
.mx_GroupView_featuredThing {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue