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