Skip to content

Commit

Permalink
Merged 12ea718
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen committed Feb 15, 2019
1 parent 43ee099 commit 93b87c8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
37 changes: 37 additions & 0 deletions desktop/src/main/resources/styles/_dao.scss
Expand Up @@ -99,3 +99,40 @@
.dao-remove-proposal-icon {
-fx-text-fill: -fx-accent;
}

.dao-news-titled-group .titled-group-bg-label-active {
-fx-font-size: 0.923em;
}

.dao-news-teaser {
-fx-font-size: 1.538em;
-fx-font-family: "IBM Plex Sans Light";
}

.dao-news-section-header {
-fx-font-size: 1.923em;
-fx-text-fill: -bs-rd-green-dark;
-fx-font-family: "IBM Plex Sans Light";
}

.dao-news-section-content, .dao-news-content, .dao-news-section-link {
-fx-font-size: 0.923em;
}

.dao-news-section-content {
-fx-text-fill: -bs-rd-black;
}

.dao-news-content, .dao-news-section-link, .dao-news-section-link .hyperlink {
-fx-text-fill: -bs-rd-font-light;
-fx-fill: -bs-rd-font-light;
}

.dao-news-link {
-fx-text-fill: -fx-accent;
-fx-padding: 16 0 0 0;
}

.dao-news-link .hyperlink {
-fx-fill: -fx-accent;
}
5 changes: 5 additions & 0 deletions desktop/src/main/resources/styles/_ui-elements.scss
Expand Up @@ -391,6 +391,11 @@
-fx-padding: -3 0 0 0;
}

.jfx-badge.new .badge-pane {
-fx-pref-width: 30;
}


.jfx-toggle-button,
.jfx-toggle-button:armed,
.jfx-toggle-button:hover,
Expand Down
4 changes: 4 additions & 0 deletions desktop/src/main/resources/styles/bisq.scss
Expand Up @@ -16,6 +16,10 @@
src: url("/fonts/IBMPlexMono-Regular.ttf");
}

@font-face {
src: url("/fonts/IBMPlexSans-Light.ttf");
}

@import "_tables";
@import "_icons";
@import "_popups";
Expand Down

0 comments on commit 93b87c8

Please sign in to comment.