Skip to content

Commit 0e3a288

Browse files
committed
fix CSS
1 parent d3b21d5 commit 0e3a288

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

dist/themes/default/app.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,16 @@
5050
color: @av-secondary;
5151
}
5252
}
53+
54+
.modal-dialog .modal-header h4 {
55+
color: @av-primary;
56+
}
57+
58+
.btn-success {
59+
border: 0;
60+
background-color: @av-primary-contrast;
61+
}
62+
63+
.btn-success:hover {
64+
background-color: darken(@av-primary-contrast, 25%);
65+
}

dist/themes/default/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/default/app.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,16 @@
5050
color: @av-secondary;
5151
}
5252
}
53+
54+
.modal-dialog .modal-header h4 {
55+
color: @av-primary;
56+
}
57+
58+
.btn-success {
59+
border: 0;
60+
background-color: @av-primary-contrast;
61+
}
62+
63+
.btn-success:hover {
64+
background-color: darken(@av-primary-contrast, 25%);
65+
}

0 commit comments

Comments
 (0)