Skip to content

Commit

Permalink
Remove font-size small, etc. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Dawoodjee committed Feb 28, 2018
1 parent 074aae4 commit ed65213
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
width: 100%;
margin: auto;
input {
font-size: medium;
font-size: 1.5rem;
color: white;
margin-left: 3%;
margin-right: 3%;
Expand All @@ -67,7 +67,7 @@
.CrossingMapSearchBar__selected-item {
width: 100%;
margin-top: 12px;
font-size: medium;
font-size: 1.5rem;
color: white;
text-align: center;
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
color: white;
padding: 5px;
padding-left: 15px;
font-size: small;
font-size: 1.3rem;
}

.CrossingMapPage_sidebar-filter-container {
Expand All @@ -56,7 +56,7 @@
.CrossingMapPage_sidebar-filter {
color: white;
line-height: 60px;
font-size: small;
font-size: 1.3rem;
margin: 20px;
}

Expand All @@ -78,15 +78,15 @@
}

.CrossingMapPage_sidebar-search-result-details-status {
font-size: x-small;
font-size: 1.0rem;;
text-transform: uppercase;
font-weight: 600;
color: #757575;
padding-top: 10px;
}

.CrossingMapPage_sidebar-search-result-details-name {
font-size: small;
font-size: 1.3rem;
font-weight: 600;
margin-top: 2px;
}
Expand All @@ -97,20 +97,20 @@
}

.CrossingMapPage_sidebar-search-result-update-datetime-date {
font-size: x-small;
font-size: 1.0rem;;
text-transform: uppercase;
font-weight: 600;
color: #757575;
padding-top: 10px;
}

.CrossingMapPage_sidebar-search-result-update-datetime-time {
font-size: small;
font-size: 1.3rem;
font-weight: 300;
}

.CrossingMapPage_sidebar-search-result-details-communities {
font-size: small;
font-size: 1.3rem;
font-weight: 300;
margin-top: 5px;
margin-bottom: 10px;
Expand Down

0 comments on commit ed65213

Please sign in to comment.