mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Improve padding
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
a781d6f128
commit
9b6195317e
1 changed files with 3 additions and 2 deletions
|
@ -40,14 +40,15 @@ limitations under the License.
|
|||
.mx_CallEvent_sender {
|
||||
font-weight: 600;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.9rem;
|
||||
line-height: 1.8rem;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.mx_CallEvent_type {
|
||||
font-weight: 400;
|
||||
color: $secondary-fg-color;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
line-height: $font-13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue