update font sizes
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
5a27fa7d97
commit
9237cf9566
|
@ -64,7 +64,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomDirectory_table {
|
.mx_RoomDirectory_table {
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -112,6 +112,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomDirectory_name {
|
.mx_RoomDirectory_name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,7 +150,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomDirectory > span {
|
.mx_RoomDirectory > span {
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
|
|
|
@ -58,7 +58,7 @@ limitations under the License.
|
||||||
display: inline;
|
display: inline;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
&::before {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
Loading…
Reference in New Issue