Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add balloon icon
  • Loading branch information
xss committed May 11, 2022
commit b05d824ce4b3d280666eb172c167ebab6e5de01d
16 changes: 1 addition & 15 deletions css/habitat-font.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,4 @@
.icon-target:before { content: "\f006"; }
.icon-earth:before { content: "\f007"; }
.icon-daylight:before { content: "\f008"; }
.icon-settings:before { content: "\f010"; }
.icon-user:before {
content: "🎈";
color: transparent;
text-shadow: 0 0 0 white;
line-height: 1;
}

.icon-user {
line-height: 1;
}

.user {
line-height: 1 !important;
}
.icon-settings:before { content: "\f010"; }
9 changes: 8 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -978,4 +978,11 @@ header .search form input[type='submit'] {
font-weight: bold;
text-align: center;
padding: 10px;
}
}
/* predictor settings pane */
.prediction_settings {
background-image: url("../glyphs/icon-balloon.svg");
background-repeat: no-repeat;
background-size: 50%;
background-position: center;
}
9 changes: 9 additions & 0 deletions glyphs/icon-balloon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<ol class="nav noselect">
<li class="home"><i class="icon-habhub"></i></li>
<li class="user"><i class="icon-user"></i></li>
<li class="prediction_settings"></li>
<li class="chasecar" style="display: none"><i class="icon-car"></i></li>
<li class="settings"><i class="icon-settings"></i></li>
<li class="weather">
Expand Down