Update font family to make design consistent in all platforms (#318)
* Add inter font, remove modal header bg * Remove unnecessary font files * Fix codeclimate issues, remove letter-spacing attribute
This commit is contained in:
committed by
Nithin David Thomas
parent
6c653e9ef3
commit
6e911e69f8
@@ -17,6 +17,7 @@
|
||||
overflow: scroll;
|
||||
position: relative;
|
||||
background-color: $color-white;
|
||||
border-radius: $space-small;
|
||||
|
||||
.modal--close {
|
||||
font-size: $font-size-large;
|
||||
@@ -28,9 +29,7 @@
|
||||
}
|
||||
|
||||
.page-top-bar {
|
||||
background: $color-modal-header;
|
||||
text-align: center;
|
||||
@include padding($space-large $space-medium);
|
||||
@include padding($space-large $space-larger 0);
|
||||
img {
|
||||
max-height: 6rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user