Skip to content

Commit dd02047

Browse files
committed
fix some CSS stuff
1 parent f538bd8 commit dd02047

File tree

12 files changed

+21
-13
lines changed

12 files changed

+21
-13
lines changed

avRegistration/login-directive/login-directive.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
display: block;
1616
min-height: 38px;
1717
}
18+
19+
.btn-success {
20+
background-color: @av-primary-contrast;
21+
}
22+
23+
.btn-success:hover {
24+
background-color: darken(@av-secondary-contrast, 25%);
25+
}
1826
}
1927

2028
.form-horizontal {

dist/avConfig-v3.0.1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var AV_CONFIG_VERSION = '3.0.1';
23+
var AV_CONFIG_VERSION = '3.3.0';
2424

2525
var avConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or

dist/themes/bcnencomu/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/cup/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/default/app.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@brand-primary: @av-primary;
2626
@brand-success: @av-secondary;
2727
@link-color: @av-secondary;
28-
@text-success: @av-secondary;
28+
@text-success: @av-secondary-contrast;
2929
@state-success-text: @av-secondary;
3030

3131

dist/themes/default/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/loop/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/podemos/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/test/app.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
/* Global Config */
2121
@av-primary: #ff0000;
2222
@av-secondary: #ff0000;
23-
@av-primary-contrast: #00fff;
24-
@av-secondary-contrast: #00fff;
23+
@av-primary-contrast: #00ffff;
24+
@av-secondary-contrast: #00ffff;
2525
@brand-primary: #ff0000;
2626
@brand-success: #00ff00;
2727
@brand-danger: #000000;

dist/themes/test/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/default/app.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@brand-primary: @av-primary;
2626
@brand-success: @av-secondary;
2727
@link-color: @av-secondary;
28-
@text-success: @av-secondary;
28+
@text-success: @av-secondary-contrast;
2929
@state-success-text: @av-secondary;
3030

3131

themes/test/app.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
/* Global Config */
2121
@av-primary: #ff0000;
2222
@av-secondary: #ff0000;
23-
@av-primary-contrast: #00fff;
24-
@av-secondary-contrast: #00fff;
23+
@av-primary-contrast: #00ffff;
24+
@av-secondary-contrast: #00ffff;
2525
@brand-primary: #ff0000;
2626
@brand-success: #00ff00;
2727
@brand-danger: #000000;

0 commit comments

Comments
 (0)