clean: Refactor font style

This commit is contained in:
Rafael Cortês 2021-01-23 22:18:03 +00:00
parent 8ee76bf44b
commit 49bf898e0e
No known key found for this signature in database
GPG key ID: DB9A2ED429896D26

View file

@ -15,6 +15,7 @@
padding: 5px 10px; padding: 5px 10px;
border-bottom: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8;
background-color: #f7f7f7; background-color: #f7f7f7;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
.d2h-file-stats { .d2h-file-stats {
@ -52,7 +53,6 @@
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px; font-size: 15px;
} }
@ -72,7 +72,6 @@
justify-content: flex-end; justify-content: flex-end;
display: flex; display: flex;
cursor: pointer; cursor: pointer;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px; font-size: 12px;
align-items: center; align-items: center;
border-radius: 3px; border-radius: 3px;