Skip to content

Commit

Permalink
Design: improve options dialog
Browse files Browse the repository at this point in the history
related to #2
rafaelmardojai committed May 26, 2020
1 parent a65fcfc commit b34cf1d
Showing 2 changed files with 137 additions and 116 deletions.
14 changes: 14 additions & 0 deletions src/resources/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
.h4 {
font-weight: bold;
}

.rounded-button {
border-radius: 34px;
-gtk-outline-radius: 9999px;
padding: 8px 16px;
min-width: 120px;
}

.sub-box row:not(:last-child){
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sub-left-box {
border-right: 1px solid rgba(0, 0, 0, .1);
}
.expander revealer list row {
padding: 0;
}

.fonts-list {
border: 1px solid @borders;
border-radius: 8px;
Loading

0 comments on commit b34cf1d

Please sign in to comment.